Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 9, 2018
2 parents 48c0308 + 0ae5684 commit e6096bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions_include.php
Expand Up @@ -3,7 +3,7 @@
namespace WyriHaximus\React;

// @codeCoverageIgnoreStart
if (!function_exists('WyriHaximus\toChildProcessOrNotToChildProcess')) {
if (!function_exists('WyriHaximus\toCoroutineOrNotToCoroutine')) {
require __DIR__ . '/functions.php';
}
// @codeCoverageIgnoreEnd

0 comments on commit e6096bd

Please sign in to comment.