Completed
Push — master ( 87db74...fb60bc )
by Steve
04:00 queued 01:50
created
src/MageScan/Check/Version/DocComment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      * @param Response       $response
76 76
      * @param string|boolean $edition
77 77
      *
78
-     * @return string|boolean
78
+     * @return string|false
79 79
      */
80 80
     public function getVersion(Response $response, $edition)
81 81
     {
Please login to merge, or discard this patch.
src/MageScan/Command/Scan/SitemapCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     /**
79 79
      * Parse the robots.txt text file to find the sitemap
80 80
      *
81
-     * @return string|boolean
81
+     * @return false|string
82 82
      */
83 83
     protected function getSitemapUrl()
84 84
     {
Please login to merge, or discard this patch.
src/MageScan/Check/Patch/MageReport.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      *
91 91
      * @param string $endpoint
92 92
      *
93
-     * @return integer
93
+     * @return string
94 94
      */
95 95
     public function check($endpoint)
96 96
     {
Please login to merge, or discard this patch.
src/MageScan/Check/UnreachablePath.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      *
61 61
      * @param string $path
62 62
      *
63
-     * @return array
63
+     * @return string[]
64 64
      */
65 65
     public function checkPath($path)
66 66
     {
Please login to merge, or discard this patch.