Completed
Pull Request — master (#1)
by Marcelo
09:09
created
src/Repository.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 {
7 7
     public function persist($entity)
8 8
     {
9
-        throw new \Exception('Method ' . __METHOD__ . ' was not implemented');
9
+        throw new \Exception('Method '.__METHOD__.' was not implemented');
10 10
     }
11 11
 
12 12
     public function remove($entity)
13 13
     {
14
-        throw new \Exception('Method ' . __METHOD__ . ' was not implemented');
14
+        throw new \Exception('Method '.__METHOD__.' was not implemented');
15 15
     }
16 16
 }
Please login to merge, or discard this patch.