mirror of
https://github.com/friendica/friendica
synced 2025-05-17 23:44:11 +02:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
05048d4abf
commit
beb3d376b2
2 changed files with 4 additions and 5 deletions
|
@ -34,7 +34,6 @@ class ConfigFileTransformer
|
|||
$categories = array_keys($data);
|
||||
|
||||
foreach ($categories as $category) {
|
||||
|
||||
if (is_null($data[$category])) {
|
||||
$dataString .= "\t'$category' => null," . PHP_EOL;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue