fix(FileListener): Listen to file movements across share boundaries #917
Annotations
10 errors and 1 warning
Run coding standards check:
lib/AppInfo/Application.php#L46
lib/AppInfo/Application.php:46:3: MixedAssignment: Unable to determine the type that $rootFolder is being assigned to (see https://psalm.dev/032)
|
Run coding standards check:
lib/AppInfo/Application.php#L47
lib/AppInfo/Application.php:47:16: MixedMethodCall: Cannot determine the type of $rootFolder when calling method listen (see https://psalm.dev/015)
|
Run coding standards check:
lib/AppInfo/Application.php#L47
lib/AppInfo/Application.php:47:60: MissingClosureParamType: Parameter $source has no provided type (see https://psalm.dev/153)
|
Run coding standards check:
lib/AppInfo/Application.php#L47
lib/AppInfo/Application.php:47:69: MissingClosureParamType: Parameter $target has no provided type (see https://psalm.dev/153)
|
Run coding standards check:
lib/AppInfo/Application.php#L48
lib/AppInfo/Application.php:48:4: MixedAssignment: Unable to determine the type that $fileListener is being assigned to (see https://psalm.dev/032)
|
Run coding standards check:
lib/AppInfo/Application.php#L49
lib/AppInfo/Application.php:49:19: MixedMethodCall: Cannot determine the type of $fileListener when calling method postRename (see https://psalm.dev/015)
|
Run coding standards check:
lib/Hooks/FileListener.php#L320
lib/Hooks/FileListener.php:320:66: MixedArgument: Argument 1 of array_keys cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
|
Run coding standards check:
lib/Hooks/FileListener.php#L322
lib/Hooks/FileListener.php:322:66: MixedArgument: Argument 1 of array_keys cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
|
Run coding standards check:
lib/Hooks/FileListener.php#L331
lib/Hooks/FileListener.php:331:52: PossiblyNullArgument: Argument 1 of OCA\Recognize\Service\StorageService::getFilesInMount cannot be null, possibly null value provided (see https://psalm.dev/078)
|
Run coding standards check:
lib/Hooks/FileListener.php#L365
lib/Hooks/FileListener.php:365:66: MixedArgument: Argument 1 of array_keys cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab, shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading