Passed
Push — analysis-87g7ob ( 7bc7e7 )
by Greg
26:25 queued 14:54
created
app/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      */
82 82
     public static function userFromTree(Tree $tree): User
83 83
     {
84
-        return  new static(0, '', $tree->title(),$tree->getPreference('WEBTREES_EMAIL'));
84
+        return  new static(0, '', $tree->title(), $tree->getPreference('WEBTREES_EMAIL'));
85 85
     }
86 86
 
87 87
     /**
Please login to merge, or discard this patch.