Test Failed
Push — master ( 84c4ce...12a7ff )
by Mariano
06:11
created
src/ConverterBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -144,6 +144,9 @@
 block discarded – undo
144 144
         return $this;
145 145
     }
146 146
 
147
+    /**
148
+     * @param string $class
149
+     */
147 150
     private function getObjectFromClass($class)
148 151
     {
149 152
         if (is_object($class)) {
Please login to merge, or discard this patch.