Completed
Branch master (9ab4b9)
by Alejandro
13:44 queued 10:47
created
module/Common/src/Service/IpLocationResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @param $ipAddress
30
+     * @param string $ipAddress
31 31
      * @return array
32 32
      */
33 33
     public function resolveIpLocation($ipAddress)
Please login to merge, or discard this patch.
module/Core/src/Service/UrlShortener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      * Tries to perform a GET request to provided url, returning true on success and false on failure
100 100
      *
101 101
      * @param UriInterface $url
102
-     * @return bool
102
+     * @return boolean|null
103 103
      */
104 104
     protected function checkUrlExists(UriInterface $url)
105 105
     {
Please login to merge, or discard this patch.