Skip to content

Commit 1f683ca

Browse files
committed
docs: re-order uses in code example
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent f5b1499 commit 1f683ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/v4/storage/adapter.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ storage adapters.
111111
```php
112112
namespace Laminas\Cache\Storage;
113113

114-
use Laminas\Cache\Storage\Adapter\AdapterOptions;use Traversable;
114+
use Laminas\Cache\Storage\Adapter\AdapterOptions;
115+
use Traversable;
115116

116117
interface StorageInterface
117118
{

0 commit comments

Comments
 (0)