Skip to content

Commit

Permalink
Remove irrelevant parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed May 6, 2018
1 parent cc89dcb commit d9bf1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instruction/Relation/HasMany.php
Expand Up @@ -150,6 +150,6 @@ private function isImplementingThe(string $interface, ?string $class): bool
{
return null !== $class
&& class_exists($class)
&& in_array($interface, class_implements($class), true);
&& in_array($interface, class_implements($class));
}
}

0 comments on commit d9bf1f1

Please sign in to comment.