Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jul 14, 2020
1 parent c9b3c41 commit bcfb9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/Loop/DriverTest.php
Expand Up @@ -662,9 +662,9 @@ public function testNoMemoryLeak($type, $args)
// explicitly use *different* streams with *different* resource ids
$ends = \stream_socket_pair(
\stripos(
PHP_OS,
"win"
) === 0 ? STREAM_PF_INET : STREAM_PF_UNIX,
PHP_OS,
"win"
) === 0 ? STREAM_PF_INET : STREAM_PF_UNIX,
STREAM_SOCK_STREAM,
STREAM_IPPROTO_IP
);
Expand Down
2 changes: 1 addition & 1 deletion test/PsalmTest.php
Expand Up @@ -12,7 +12,7 @@ class PsalmTest extends TestCase
public function test()
{
$issues = \json_decode(
\shell_exec('./vendor/bin/psalm --output-format=json --no-progress --config=psalm.examples.xml'),
\shell_exec('./vendor/bin/psalm.phar --output-format=json --no-progress --config=psalm.examples.xml'),
true
);

Expand Down

0 comments on commit bcfb9fd

Please sign in to comment.