Completed
Push — develop ( 241a57...590cb8 )
by
unknown
16:37 queued 08:32
created
module/Core/src/Core/Repository/AbstractRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      */
84 84
     public function store($entity)
85 85
     {
86
-        if ( !($entity instanceOf $this->entityPrototype) ) {
86
+        if (!($entity instanceOf $this->entityPrototype)) {
87 87
             throw new \InvalidArgumentException(sprintf(
88 88
                 'Entity must be of type %s but recieved %s instead',
89 89
                 get_class($this->entityPrototype),
Please login to merge, or discard this patch.