Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit e52eb56

Browse files
committed
One last thing from feedback
1 parent 274b518 commit e52eb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assertion/AssertionContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ final class AssertionContainer extends AbstractPluginManager implements Assertio
3838
*/
3939
public function get($name, array $options = null): AssertionInterface
4040
{
41-
return parent::get($name, $options);
41+
return parent::get($name);
4242
}
4343
}

0 commit comments

Comments
 (0)