From e9e118dc82372fad53335ab8c47d27a5bdef9f7f Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 22 Oct 2023 10:26:39 +0200 Subject: [PATCH] cosmetic --- src/My.php | 1 - src/UrlDescriptor.php | 2 +- src/UrlStack.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/My.php b/src/My.php index 55ca8e1..2f9d661 100644 --- a/src/My.php +++ b/src/My.php @@ -4,7 +4,6 @@ declare(strict_types=1); namespace Dotclear\Plugin\myUrlHandlers; -use Dotclear\App; use Dotclear\Module\MyPlugin; /** diff --git a/src/UrlDescriptor.php b/src/UrlDescriptor.php index 4472117..31edc94 100644 --- a/src/UrlDescriptor.php +++ b/src/UrlDescriptor.php @@ -48,4 +48,4 @@ class UrlDescriptor { return $this->handler; } -} \ No newline at end of file +} diff --git a/src/UrlStack.php b/src/UrlStack.php index 57b94b0..c71d2f2 100644 --- a/src/UrlStack.php +++ b/src/UrlStack.php @@ -66,4 +66,4 @@ class UrlStack { return $this->stack; } -} \ No newline at end of file +}