Skip to content

Commit 8029ce9

Browse files
committed
Add 'declare(strict_types=1);'
1 parent 64df5bb commit 8029ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Cron/Shell/CommandRendererBackground.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* See COPYING.txt for license details.
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Magento\Cron\Shell;
911

1012
use Magento\Framework\App\Filesystem\DirectoryList;

0 commit comments

Comments
 (0)