From 35fd71eddfa014a1ec4aaad960d964e80f4b0210 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 7 Jun 2022 20:26:02 +0100 Subject: [PATCH] Fix CS in VersionInfo this got overlooked because I just nuked the changes coming in from stable and didn't notice the formatting changes. --- src/VersionInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index f9a55d173..ff5c8e0f7 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -17,7 +17,7 @@ * @link http://www.pocketmine.net/ * * -*/ + */ declare(strict_types=1);