Skip to content
Snippets Groups Projects

Issue #3231996: Ensure file system is writeable

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,7 +13,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
/**
* Validates that important file system paths are writable.
*/
class WriteableFileSystemValidator implements EventSubscriberInterface {
class WritableFileSystemValidator implements EventSubscriberInterface {
use StringTranslationTrait;
Loading