Completed
Push — 1.x ( d5aaed )
by Dorian
04:58
created
src/ErrorMessage/DetailedErrorMessage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
     /**
18 18
      * FieldError constructor.
19 19
      * @Important
20
-     * @param string $error
21 20
      * @param string $details
22 21
      */
23 22
     public function __construct($message = '', $details = '')
Please login to merge, or discard this patch.
src/MetaHydrator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @param array $data
57
-     * @param string $class
57
+     * @param string $className
58 58
      * @return object
59 59
      *
60 60
      * @throws HydratingException
Please login to merge, or discard this patch.