Skip to content

Commit 7c6b333

Browse files
committed
Fix CS
1 parent 325be80 commit 7c6b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/EntityNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static function fromClassNameAndIdentifier(string $className, array $id):
2424
}
2525

2626
return new self(
27-
'Entity of type \''.$className.'\''.($ids ? ' for IDs '.implode(', ', $ids) : '').' was not found'
27+
'Entity of type \''.$className.'\''.($ids ? ' for IDs '.implode(', ', $ids) : '').' was not found'
2828
);
2929
}
3030
}

0 commit comments

Comments
 (0)