From 312c71963a46857edf036faa6787b7ddfab2c321 Mon Sep 17 00:00:00 2001 From: paranoiq Date: Wed, 12 Feb 2020 16:10:38 +0100 Subject: [PATCH] CS --- src/Geolocation/Position.php | 1 - src/Time/YearMonth.php | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Geolocation/Position.php b/src/Geolocation/Position.php index 746a97d7..d2c30fc0 100644 --- a/src/Geolocation/Position.php +++ b/src/Geolocation/Position.php @@ -12,7 +12,6 @@ namespace Dogma\Geolocation; use Dogma\Check; -use Dogma\Mapping\Type\Exportable; use Dogma\Math\Constant; use Dogma\Math\Vector\Vector3; use Dogma\StrictBehaviorMixin; diff --git a/src/Time/YearMonth.php b/src/Time/YearMonth.php index b654b8ef..572c379a 100644 --- a/src/Time/YearMonth.php +++ b/src/Time/YearMonth.php @@ -17,6 +17,8 @@ use Dogma\Time\Format\DateTimeFormatter; use function explode; use function implode; +use function intval; +use function preg_match; use function substr; class YearMonth implements Comparable, Equalable