Completed
Branch master (930dd3)
by Marceau
03:00
created
src/CurlClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * Add an option.
44 44
      *
45 45
      * @param   string $key
46
-     * @param   mixed  $value
46
+     * @param   string|false  $value
47 47
      * @return  $this
48 48
      */
49 49
     public function addOption($key, $value)
Please login to merge, or discard this patch.
src/FreeMobileSms.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
71 71
      * Create the CurlClient client.
72 72
      *
73 73
      * @param   void
74
+     * @param string $message
74 75
      * @return  CurlClient
75 76
      */
76 77
     protected function newClient($message)
Please login to merge, or discard this patch.
src/Notifications/FreeMobileMessage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Set the message content.
36 36
      *
37
-     * @param   string $content
38 37
      * @return  self
39 38
      */
40 39
     public function message($message)
Please login to merge, or discard this patch.