Completed
Push — master ( 011735...e954f0 )
by Tomas
09:56
created
src/Authorization/BearerTokenAuthorization.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -68,6 +68,7 @@
 block discarded – undo
68 68
      *   '127.0.0.1,127.0.02' - accessible from multiple IP, separator could be new line or space
69 69
      *   '127.0.0.1/32'       - accessible from ip range
70 70
      *
71
+     * @param string|false $ipRestrictions
71 72
      * @return boolean
72 73
      */
73 74
     private function isValidIp($ipRestrictions)
Please login to merge, or discard this patch.