Skip to content

Commit

Permalink
[TASK] Adjust README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Dec 9, 2024
1 parent 45d3193 commit d743eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ if (in_array('phar', stream_get_wrappers())) {
in order to retrieve individual behavior and settings.
* `Behavior` holds reference to interceptor(s) that shall assert correct/allowed
invocation of a given `$path` for a given `$command`. Interceptors implement
the interface `Assertable`. Interceptors can act individually on following
commands or handle all of them in case not defined specifically:
the interface `Assertable`. Interceptors can act individually on the following
commands or handle all of them in case they were not defined specifically:
+ `COMMAND_DIR_OPENDIR`
+ `COMMAND_MKDIR`
+ `COMMAND_RENAME`
Expand Down

0 comments on commit d743eab

Please sign in to comment.