Skip to content

Commit

Permalink
PSR-2; Needs space after comma in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jun 11, 2022
1 parent 3d7a13c commit ac31e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _protected/app/system/core/assets/file/UpgradeCoreFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use PH7\Framework\Security\Version;

@set_time_limit(0);
@ini_set('max_execution_time','0'); // Infinite time of execution
@ini_set('max_execution_time', '0'); // Infinite time of execution
@ini_set('memory_limit', '528M');

class UpgradeCore
Expand Down

0 comments on commit ac31e0f

Please sign in to comment.