Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PasteBin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIERRON Laurent
PasteBin
Commits
910675c7
Unverified
Commit
910675c7
authored
2 years ago
by
El RIDO
Browse files
Options
Downloads
Patches
Plain Diff
apply StyleCI fix
parent
4056057a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Data/Filesystem.php
+3
-3
3 additions, 3 deletions
lib/Data/Filesystem.php
with
3 additions
and
3 deletions
lib/Data/Filesystem.php
+
3
−
3
View file @
910675c7
...
@@ -26,10 +26,10 @@ class Filesystem extends AbstractData
...
@@ -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
...
@@ -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.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment