Completed
Pull Request — develop (#184)
by Tom
04:42
created
src/N98/Magento/Application/ConfigFile.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param $path
51
+     * @param string $path
52 52
      */
53 53
     public function loadFile($path)
54 54
     {
@@ -61,6 +61,9 @@  discard block
 block discarded – undo
61 61
         $this->setBuffer($buffer);
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $buffer
66
+     */
64 67
     public function setBuffer($buffer)
65 68
     {
66 69
         $this->buffer = $buffer;
Please login to merge, or discard this patch.
src/N98/MagerunBootstrap.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * this file is part of magerun
4
- *
5
- * @author Tom Klingenberg <https://github.com/ktomk>
6
- */
3
+     * this file is part of magerun
4
+     *
5
+     * @author Tom Klingenberg <https://github.com/ktomk>
6
+     */
7 7
 namespace N98;
8 8
 
9 9
 use Composer\Autoload\ClassLoader;
Please login to merge, or discard this patch.