Completed
Push — master ( 1f44ff...9311e4 )
by Emily
02:16
created
src/Service/PropertyAccessor.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -103,6 +103,10 @@
 block discarded – undo
103 103
         }
104 104
     }
105 105
 
106
+    /**
107
+     * @param string $name
108
+     * @param \Closure $cast
109
+     */
106 110
     private function setScalarValue($property, $value, $name, $cast)
107 111
     {
108 112
         $method = '__to' . $name;
Please login to merge, or discard this patch.
src/Exception/MissingRequiredParameterException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         parent::__construct
22 22
         (
23
-              'Missing required parameter in constructor. '
23
+                'Missing required parameter in constructor. '
24 24
             . $class . ' requires a value for ' . $property,
25 25
             0,
26 26
             $previous
Please login to merge, or discard this patch.