Completed
Push — master ( 561213...fd44cc )
by Woody
7s
created
src/DiffableInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
     /**
8 8
      * Find the difference between existing object values
9 9
      *
10
-     * @param array $changes
11 10
      *
12 11
      * @return array
13 12
      */
Please login to merge, or discard this patch.
src/Traits/ImmutableValueObjectTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,6 @@
 block discarded – undo
200 200
      * Protects against the object being modified
201 201
      *
202 202
      * @param string $key
203
-     * @param mixed  $value
204 203
      *
205 204
      * @return void
206 205
      *
Please login to merge, or discard this patch.