From b3df68cefd639006cdbf605af0cb90057e7e5603 Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Moaz Date: Wed, 22 Jul 2026 16:47:16 +0500 Subject: [PATCH] chore: apply the coding standard Runs php-cs-fixer with the shared webisters/coding-standard config. Style only, no behaviour changes. Co-Authored-By: Claude Opus 4.8 --- src/Webisters.php | 6 +++--- tests/WebistersTest.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Webisters.php b/src/Webisters.php index ee73621..6eebc0c 100644 --- a/src/Webisters.php +++ b/src/Webisters.php @@ -14,8 +14,8 @@ */ final class Webisters { - /** - * The Webisters version. - */ + /** + * The Webisters version. + */ public const VERSION = '1.0.0'; } diff --git a/tests/WebistersTest.php b/tests/WebistersTest.php index c5e944e..872dc4c 100644 --- a/tests/WebistersTest.php +++ b/tests/WebistersTest.php @@ -9,8 +9,8 @@ */ namespace Tests; -use Webisters; use PHPUnit\Framework\TestCase; +use Webisters; /** * Class WebistersTest.