From eac056479249b1b2ed191a285b0d928cbd6edae0 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 29 Sep 2023 12:31:11 +0100 Subject: [PATCH] Fix CS --- src/block/utils/AgeableTrait.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/block/utils/AgeableTrait.php b/src/block/utils/AgeableTrait.php index 90e0e2bcb..8e2793e81 100644 --- a/src/block/utils/AgeableTrait.php +++ b/src/block/utils/AgeableTrait.php @@ -24,7 +24,6 @@ declare(strict_types=1); namespace pocketmine\block\utils; use pocketmine\data\runtime\RuntimeDataDescriber; -use function ceil; use function log; /**