Skip to content

Commit 500c19d

Browse files
committed
phpstan
1 parent 617b0de commit 500c19d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SPC/builder/unix/library/ngtcp2.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ protected function build(): void
2424
'libnghttp3' => null,
2525
]);
2626
if ($brotli = $this->builder->getLib('brotli')) {
27+
/* @phpstan-ignore-next-line */
2728
$args .= ' --with-libbrotlidec=yes LIBBROTLIDEC_CFLAGS="-I' . BUILD_ROOT_PATH . '/include" LIBBROTLIDEC_LIBS="' . $brotli->getStaticLibFiles() . '"';
29+
/* @phpstan-ignore-next-line */
2830
$args .= ' --with-libbrotlienc=yes LIBBROTLIENC_CFLAGS="-I' . BUILD_ROOT_PATH . '/include" LIBBROTLIENC_LIBS="' . $brotli->getStaticLibFiles() . '"';
2931
}
3032

0 commit comments

Comments
 (0)