From 24b719ce41f72702b4cb5987b6283d43e7b62db0 Mon Sep 17 00:00:00 2001 From: Ilija Studen Date: Thu, 11 Jan 2024 18:49:11 +0100 Subject: [PATCH] Improve code style --- src/Batches/Batch.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Batches/Batch.php b/src/Batches/Batch.php index a1f4b1a..cc78930 100644 --- a/src/Batches/Batch.php +++ b/src/Batches/Batch.php @@ -8,6 +8,7 @@ * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ + declare(strict_types=1); namespace ActiveCollab\JobsQueue\Batches;