@@ -4,5 +4,5 @@ |
||
| 4 | 4 | |
| 5 | 5 | class ShowProjectsCommandText |
| 6 | 6 | { |
| 7 | - const OK_0_PROJECTS = "0 projects configurated"; |
|
| 7 | + const OK_0_PROJECTS = "0 projects configurated"; |
|
| 8 | 8 | } |
| 9 | 9 | \ No newline at end of file |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | } else { |
| 40 | 40 | $tableData = []; |
| 41 | 41 | foreach ($jsonDb as $k =>$v) { |
| 42 | - $tableData[] = [$k,$v]; |
|
| 42 | + $tableData[] = [$k, $v]; |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | $table = new Table($output); |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | } while (empty($nameOfProject)); |
| 38 | 38 | |
| 39 | 39 | $db = file_get_contents($_SERVER['HOME'].'/'.self::DIRECTORY.'/'.self::DB); |
| 40 | - $jsonDb = json_decode($db,true); |
|
| 40 | + $jsonDb = json_decode($db, true); |
|
| 41 | 41 | |
| 42 | 42 | if (is_null($jsonDb)) { |
| 43 | 43 | $output->writeln(''); |