Passed
Push — master ( 58f000...e836a3 )
by Iman
03:12
created
src/Core/ChainCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function forgetAbout($manager, $models, $event = null)
12 12
     {
13
-        $models = is_array($models[0]) ? $models[0] : $models;;
13
+        $models = is_array($models[0]) ? $models[0] : $models; ;
14 14
 
15 15
         foreach ($models as $model) {
16 16
             if ($event) {
Please login to merge, or discard this patch.