Completed
Push — develop ( dc4ca1...3dd7cf )
by Tom
05:25
created
src/N98/Magento/Command/Script/Repository/ScriptLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
      *
250 250
      * @see init()
251 251
      *
252
-     * @param $pathname
252
+     * @param string $pathname
253 253
      * @return mixed|null
254 254
      */
255 255
     private function detectLocationViaFolderByPathname($pathname)
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     /**
267 267
      * private helper function to detect if a script is from within a module
268 268
      *
269
-     * @param $pathname
269
+     * @param string $pathname
270 270
      * @return null|string
271 271
      */
272 272
     private function detecLocationModuleByPathname($pathname)
Please login to merge, or discard this patch.