Completed
Pull Request — master (#61)
by Tomas
03:17
created
src/Authorization/BearerTokenAuthorization.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -75,6 +75,7 @@
 block discarded – undo
75 75
      *   '127.0.0.1/32'       - accessible from ip range
76 76
      *   false                - disabled access
77 77
      *
78
+     * @param string|null $ipRestrictions
78 79
      * @return boolean
79 80
      */
80 81
     private function isValidIp(?string $ipRestrictions): bool
Please login to merge, or discard this patch.