Completed
Pull Request — master (#44)
by Jānis
02:41
created
src/OneSignal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     /**
79 79
      * Get client.
80 80
      *
81
-     * @return Client|null
81
+     * @return Client
82 82
      */
83 83
     public function getClient()
84 84
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * @param string                      $method  HTTP Method
92 92
      * @param string                      $uri     URI template
93 93
      * @param array                       $headers
94
-     * @param string|StreamInterface|null $body
94
+     * @param string $body
95 95
      *
96 96
      * @throws OneSignalException
97 97
      *
Please login to merge, or discard this patch.