Completed
Push — master ( 6d3744...f6e71c )
by Adelar
03:01 queued 48s
created
src/Cnpj.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
      * getMessages() will return an array of messages that explain why the
14 14
      * validation failed.
15 15
      *
16
-     * @param mixed $value
17 16
      * @return bool
18 17
      * @throws Exception\RuntimeException If validation of $value is impossible
19 18
      */
Please login to merge, or discard this patch.
src/Cpf.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
      * getMessages() will return an array of messages that explain why the
27 27
      * validation failed.
28 28
      *
29
-     * @param mixed $value
30 29
      * @return bool
31 30
      * @throws Exception\RuntimeException If validation of $value is impossible
32 31
      */
Please login to merge, or discard this patch.