From 4a69a0a2631d71fb3a3436c3da4307f2abbbd012 Mon Sep 17 00:00:00 2001 From: batopa Date: Fri, 15 Dec 2023 10:28:22 +0100 Subject: [PATCH] chore: remove space in doc block [skip ci] --- tests/TestApp/Filesystem/Adapter/NullAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestApp/Filesystem/Adapter/NullAdapter.php b/tests/TestApp/Filesystem/Adapter/NullAdapter.php index 2f9f636..ad9e74a 100644 --- a/tests/TestApp/Filesystem/Adapter/NullAdapter.php +++ b/tests/TestApp/Filesystem/Adapter/NullAdapter.php @@ -8,7 +8,7 @@ /** * Null adapter, for testing. - * Internally it uses \League\Flysystem\InMemory\InMemoryFilesystemAdapter + * Internally it uses `\League\Flysystem\InMemory\InMemoryFilesystemAdapter` * * @see https://flysystem.thephpleague.com/docs/adapter/in-memory/ */