Skip to content

Commit 748c3d7

Browse files
committed
PHPCS fix
1 parent 515d9e6 commit 748c3d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

classes/FunctionProphecy.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public function __construct($namespace, Prophet $prophet)
5757
public function __call($functionName, array $arguments)
5858
{
5959
foreach ($this->revelations as $revelation) {
60-
if ($revelation->namespace === $this->namespace
60+
if (
61+
$revelation->namespace === $this->namespace
6162
&& $revelation->functionName === $functionName
6263
) {
6364
$prophecy = $revelation->prophecy;

0 commit comments

Comments
 (0)