Test Failed
Pull Request — master (#27)
by Christopher
02:51
created
src/AxillaryClasses/UrnValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @param string $urn the URN to validate
14 14
      *
15
-     * @return TRUE when the URN is valid, FALSE when invalid
15
+     * @return boolean when the URN is valid, FALSE when invalid
16 16
      */
17 17
     public static function validate($urn)
18 18
     {
Please login to merge, or discard this patch.
src/AxillaryClasses/UriValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      *
14 14
      * @param string $uri the URI to validate
15 15
      *
16
-     * @return TRUE when the URI is valid, FALSE when invalid
16
+     * @return boolean when the URI is valid, FALSE when invalid
17 17
      */
18 18
     public static function validate($uri)
19 19
     {
Please login to merge, or discard this patch.