Skip to content

Commit

Permalink
Add NullModule to README
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 6, 2021
1 parent 445888e commit a0725f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ assert($foo instanceof Foo);

## PSR-6

### Psr6NullModule

This module is for the development.

* Local: Null
* Shared: Null

```php
use Ray\PsrCacheModule\Psr6NullModule;

new Psr6NullModule();
```

### Psr6ArrayModule

This module is for the development.
Expand Down

0 comments on commit a0725f6

Please sign in to comment.