Completed
Push — develop ( c8bccb...27dcf1 )
by Tom
04:44
created
N98/Magento/Command/Developer/Module/Create/SubCommand/CreateSetupFiles.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      *
52 52
      * @param Bootstrap $bootstrap
53 53
      * @param \Exception $exception
54
-     * @return bool
54
+     * @return boolean|null
55 55
      */
56 56
     public function catchException(Bootstrap $bootstrap, \Exception $exception)
57 57
     {
Please login to merge, or discard this patch.
src/N98/Magento/Command/Developer/Module/Create/SubCommand/EnableModule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class InstallSampleData extends AbstractSubCommand
10 10
 {
11 11
     /**
12
-     * @return bool
12
+     * @return false|null
13 13
      */
14 14
     public function execute()
15 15
     {
Please login to merge, or discard this patch.
src/N98/Util/Console/Helper/MagentoHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -387,6 +387,9 @@
 block discarded – undo
387 387
         return $application;
388 388
     }
389 389
 
390
+    /**
391
+     * @param string $configFileName
392
+     */
390 393
     private function addBaseConfig($root, $configFileName)
391 394
     {
392 395
         $configFile = $root . '/' . $configFileName;
Please login to merge, or discard this patch.
src/N98/Magento/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
      * @TODO Move logic into "EventSubscriber"
320 320
      *
321 321
      * @param OutputInterface $output
322
-     * @return bool
322
+     * @return null|false
323 323
      */
324 324
     public function checkVarDir(OutputInterface $output)
325 325
     {
Please login to merge, or discard this patch.
src/N98/Magento/Command/System/Url/ListCommand.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * @param StoreManager $storeManager
72 72
      * @param Category $sitemapCategoryCollection
73
-     * @param Product $sitmapProductCollection
73
+     * @param Product $sitemapProductCollection
74 74
      * @param Page $sitemapPageCollection
75 75
      */
76 76
     public function inject(
@@ -146,7 +146,6 @@  discard block
 block discarded – undo
146 146
     }
147 147
 
148 148
     /**
149
-     * @param string $resourceModel
150 149
      * @param string $linkBaseUrl
151 150
      * @param string $storeId
152 151
      * @param array  $urls
Please login to merge, or discard this patch.