Completed
Pull Request — master (#67)
by Abdelouahab
01:47
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 ((is_object($this->description)) && (is_object($definition->description))) {
221 221
         if (count($this->description) !== count($definition->description)) {
222 222
             return false;
Please login to merge, or discard this patch.