Completed
Pull Request — master (#8)
by
unknown
02:06
created
components/terms/CategoryTerm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         $cachedParents = [];
32 32
 
33
-        $addTerm = function ($parent, $item) use ($object_id, &$cachedParents, &$addTerm) {
33
+        $addTerm = function($parent, $item) use ($object_id, &$cachedParents, &$addTerm) {
34 34
             if ($this->detectLoop($parent, $item)) {
35 35
                 throw new InvalidCallException('Loop detected! Cannot add parent as a child!');
36 36
             }
Please login to merge, or discard this patch.