Completed
Pull Request — master (#67)
by Abdelouahab
01:35
created
src/Definition.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
             if (count($this->name) !== count($definition->name)) {
217 217
                 return false;
218 218
             }
219
-       }
219
+        }
220 220
         if (count($this->description) !== count($definition->description)) {
221 221
             return false;
222 222
         }
Please login to merge, or discard this patch.