Failed Conditions
Push — master ( 7ad908...9f92fb )
by Steve
02:47
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/Version/DownloaderComment.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param Response $response
54 54
      *
55
-     * @return string|boolean
55
+     * @return string|false
56 56
      */
57 57
     public function getMagentoYear(Response $response)
58 58
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      *
72 72
      * @param Response       $response
73 73
      *
74
-     * @return string|boolean
74
+     * @return string|false
75 75
      */
76 76
     public function getMagentoVersion(Response $response)
77 77
     {
Please login to merge, or discard this patch.