Completed
Pull Request — master (#106)
by De Cramer
13:31
created
src/eXpansion/Framework/Core/Model/UserGroups/Group.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      * @param string $name
36 36
      * @param DispatcherInterface $dispatcher
37 37
      */
38
-    public function __construct( $name = null, DispatcherInterface $dispatcher)
38
+    public function __construct($name = null, DispatcherInterface $dispatcher)
39 39
     {
40 40
         if (is_null($name)) {
41 41
             $this->name = spl_object_hash($this);
Please login to merge, or discard this patch.