Completed
Push — master ( b58116...9afd96 )
by Cheren
08:23
created
src/Cms.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * Merge configure values by key.
50 50
      *
51 51
      * @param string $key
52
-     * @param array|string $config
52
+     * @param string $config
53 53
      * @return array|mixed
54 54
      */
55 55
     public static function mergeConfig($key, $config)
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      */
68 68
     protected function _initialize()
69 69
     {
70
-        $this['path'] = function () {
70
+        $this['path'] = function() {
71 71
             return $this->_initPaths();
72 72
         };
73 73
     }
Please login to merge, or discard this patch.