Completed
Branch master (90e53b)
by Fran
03:15
created
src/Core.templ/ConfigLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     /**
104 104
      * Set a config parameter
105 105
      * @param string $key
106
-     * @param mixed $value
106
+     * @param string $value
107 107
      * @return \CloudFramework\Core\ConfigLoader
108 108
      */
109 109
     public function setConfigParam($key, $value = null)
Please login to merge, or discard this patch.
src/Core.templ/RequestParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace CloudFramework\Core;
3 3
 
4
-use CloudFramework\Helpers\MagicClass;
5 4
 use CloudFramework\Patterns\Singleton;
6 5
 
7 6
 class RequestParser extends Singleton
Please login to merge, or discard this patch.
tests/Patterns/SingletonTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Test singleton instance
37 37
      * @param string $instanceClass
38
-     * @return boolean
38
+     * @return boolean|null
39 39
      */
40 40
     public function checkSingletonInstance($instanceClass = '\CloudFramework\Core\CloudFrameworkApp')
41 41
     {
Please login to merge, or discard this patch.