Skip to content

Commit 56c2e50

Browse files
authored
Fix error in README.md
1 parent 851f537 commit 56c2e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MyExceptionClass extends \RuntimeException
2323

2424
public static function forEntity($entity)
2525
{
26-
return new self::create(
26+
return self::create(
2727
'There was an error with an entity of type %s with value of %s.',
2828
[
2929
self::typeToString($entity)

0 commit comments

Comments
 (0)