We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64df5bb commit 8029ce9Copy full SHA for 8029ce9
app/code/Magento/Cron/Shell/CommandRendererBackground.php
@@ -5,6 +5,8 @@
5
* See COPYING.txt for license details.
6
*/
7
8
+declare(strict_types=1);
9
+
10
namespace Magento\Cron\Shell;
11
12
use Magento\Framework\App\Filesystem\DirectoryList;
0 commit comments