@@ -103,7 +103,7 @@ |
||
| 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) |
@@ -1,7 +1,6 @@ |
||
| 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 |
@@ -35,7 +35,7 @@ |
||
| 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 | { |