Completed
Push — master ( 86c631...83a204 )
by Jean
01:49
created
src/VisibilityViolator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
      * @param  array         $arguments         An array of arguments for the method call
99 99
      * @return mixed                            The returned value of the method
100 100
      */
101
-    public static function callHiddenMethod($objectOrClassName, $name, array $arguments=[])
101
+    public static function callHiddenMethod($objectOrClassName, $name, array $arguments = [])
102 102
     {
103 103
         list($className, $object) = self::extractClassNameAndObject($objectOrClassName);
104 104
 
Please login to merge, or discard this patch.