Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Push — master ( 77a1c0...f3db91 )
by Michele
27s queued 11s
created
src/Range/Pattern.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Try get the range instance starting from its string representation.
72 72
      *
73
-     * @param string|mixed $range
73
+     * @param string $range
74 74
      * @param bool $supportNonDecimalIPv4 set to true to support parsing non decimal (that is, octal and hexadecimal) IPv4 addresses
75 75
      *
76 76
      * @return static|null
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     }
284 284
 
285 285
     /**
286
-     * @return float|int
286
+     * @return integer|null
287 287
      */
288 288
     private function getNetworkPrefix()
289 289
     {
Please login to merge, or discard this patch.