Completed
Branch master (c71fc2)
by Randy
02:07
created
Category
src/Component/AbstractNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      */
33 33
     final public function findAllElementsByName(string $name): array
34 34
     {
35
-        return assoc($this->getElements())->filter(function (Element $element) use ($name) {
35
+        return assoc($this->getElements())->filter(function(Element $element) use ($name) {
36 36
             return $element->getName() === $name;
37 37
         })->get();
38 38
     }
Please login to merge, or discard this patch.