Skip to content

Commit 48ca832

Browse files
Denis Rudoimcustiel
authored andcommitted
Issue #12: PhiremockProcess::isPcntlEnabled always returns false and triggers warning fix (#13)
1 parent 6b166ee commit 48ca832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extension/PhiremockProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ private function isWindows()
136136
*/
137137
private function isPcntlEnabled()
138138
{
139-
return !$this->isWindows() && defined(SIGTERM);
139+
return !$this->isWindows() && defined('SIGTERM');
140140
}
141141
}

0 commit comments

Comments
 (0)