apply StyleCI fix

This commit is contained in:
El RIDO 2022-11-18 05:38:37 +01:00
parent 4056057a3c
commit 910675c74b
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -26,10 +26,10 @@ class Filesystem extends AbstractData
* glob() pattern of the two folder levels and the paste files under the * glob() pattern of the two folder levels and the paste files under the
* configured path. Needs to return both files with and without .php suffix, * configured path. Needs to return both files with and without .php suffix,
* so they can be hardened by _prependRename(), which is hooked into exists(). * so they can be hardened by _prependRename(), which is hooked into exists().
* *
* > Note that wildcard patterns are not regular expressions, although they * > Note that wildcard patterns are not regular expressions, although they
* > are a bit similar. * > are a bit similar.
* *
* @link https://man7.org/linux/man-pages/man7/glob.7.html * @link https://man7.org/linux/man-pages/man7/glob.7.html
* @const string * @const string
*/ */
@ -433,7 +433,7 @@ class Filesystem extends AbstractData
/** /**
* Get an iterator matching paste files. * Get an iterator matching paste files.
* *
* Note that creating the iterator issues the glob() call, so we can't pre- * Note that creating the iterator issues the glob() call, so we can't pre-
* generate this object before files that should get matched exist. * generate this object before files that should get matched exist.
* *