Actions
Bug #92498
closedBehavior of LocalDriver->isFolderEmpty() changed unintendedly for invalid paths
Start date:
2020-10-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
With #92264 the Behavior of the public function LocalDriver->isFolderEmpty()
has been changed.
As this was an unintended change in behavior it should be corrected.
- Pass a path to a nonexisting folder to the function
- function returns
false
Before the patch it returned true
Updated by Daniel Goerz about 4 years ago
- Subject changed from Bahavior of LocalDriver->isFolderEmpty() changed unintendedly for invalid paths to Behavior of LocalDriver->isFolderEmpty() changed unintendedly for invalid paths
Updated by Daniel Goerz about 4 years ago
- Related to Task #92264: Fix phpstan checkFunctionArgumentTypes errors in ext:core Resource added
Actions