Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bugfix: Filesystem::isReasable is not API
  • Loading branch information
Slamdunk committed Jul 4, 2019
1 parent 19bbb1e commit 38502e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/SymfonyFilesystemRule.php
Expand Up @@ -28,7 +28,6 @@ final class SymfonyFilesystemRule implements Rule
'lchgrp' => ['chgrp'],
'chgrp' => ['chgrp'],
'rename' => ['rename'],
'is_readable' => ['isReadable'],
'symlink' => ['symlink'],
'link' => ['hardlink'],
'readlink' => ['readlink'],
Expand Down

0 comments on commit 38502e6

Please sign in to comment.