-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CC-34616: Added extension points to the file manager. (#11135)
CC-34616: Added extension points to the file manager.
- Loading branch information
Showing
16 changed files
with
453 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1 @@ | ||
[ | ||
{ | ||
"fileName": "src/Spryker/Service/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `read()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Service/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `getMimeType()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `getMimeType()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `getTimestamp()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `getSize()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `isPrivate()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `read()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `listContents()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `has()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `markAsPrivate()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `markAsPublic()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `createDirectory()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `deleteDirectory()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `copy()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `delete()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `rename()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `write()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
}, | ||
{ | ||
"fileName": "src/Spryker/Zed/FileManager/Dependency/Service/FileManagerToFileSystemServiceInterface.php", | ||
"description": "Bridges: The bridge interface has incorrect method signature for `writeStream()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", | ||
"rule": "BridgeMethodsInterfaceRule", | ||
"ruleset": "Spryker", | ||
"priority": "2" | ||
} | ||
] | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.