Passed
Pull Request — master (#48)
by
unknown
08:45
created
src/ORM.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
     {
222 222
         $orm = clone $this;
223 223
 
224
-        if (!in_array(RepositoryInterface::class, class_implements($repositoryClass))){
224
+        if (!in_array(RepositoryInterface::class, class_implements($repositoryClass))) {
225 225
             throw new RepositoryException($repositoryClass);
226 226
         }
227 227
 
Please login to merge, or discard this patch.