Passed
Push — master ( ff844e...3fca7d )
by y
01:24
created
src/DB.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -197,8 +197,7 @@
 block discarded – undo
197 197
     public function offsetSet ($class, $access) {
198 198
         if ($access instanceof Record) {
199 199
             $this->setRecord($class, $access);
200
-        }
201
-        elseif ($access instanceof Junction) {
200
+        } elseif ($access instanceof Junction) {
202 201
             $this->setJunction($class, $access);
203 202
         }
204 203
         throw new InvalidArgumentException('Expected a Record or Junction.');
Please login to merge, or discard this patch.