Welcome to mirror list, hosted at ThFree Co, Russian Federation.

psalm-baseline.xml « tests - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c23b79bedb8d4f835d33bdb94e67c57f6a258c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.x-dev@">
  <file src="lib/ACL/ACLStorageWrapper.php">
    <InvalidNullableReturnType occurrences="2">
      <code>filemtime</code>
      <code>hash</code>
    </InvalidNullableReturnType>
    <UndefinedClass occurrences="1">
      <code>IteratorDirectory</code>
    </UndefinedClass>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getDirectoryContent</code>
    </UndefinedInterfaceMethod>
    <UndefinedMethod occurrences="2">
      <code>parent::getMetaData($path)</code>
      <code>parent::writeStream($path, $stream, $size)</code>
    </UndefinedMethod>
  </file>
  <file src="lib/AppInfo/Application.php">
    <UndefinedClass occurrences="1">
      <code>BeforeTemplateRenderedEvent</code>
    </UndefinedClass>
  </file>
  <file src="lib/Folder/FolderManager.php">
    <MismatchingDocblockReturnType occurrences="1">
      <code>array{id: mixed, mount_point: mixed, groups: array&lt;empty, empty&gt;|mixed, quota: int, size: int|mixed, acl: bool}|false</code>
    </MismatchingDocblockReturnType>
  </file>
  <file src="lib/Helper/LazyFolder.php">
    <InvalidReturnStatement occurrences="2">
      <code>$this-&gt;__call(__FUNCTION__, func_get_args())</code>
      <code>$this-&gt;__call(__FUNCTION__, func_get_args())</code>
    </InvalidReturnStatement>
  </file>
  <file src="lib/Mount/RootPermissionsMask.php">
    <UndefinedMethod occurrences="1">
      <code>parent::getMetaData($path)</code>
    </UndefinedMethod>
  </file>
  <file src="lib/Trash/GroupTrashItem.php">
    <UndefinedMethod occurrences="1">
      <code>parent::__construct($backend, $originalLocation, $deletedTime, $trashPath, $fileInfo, $user)</code>
    </UndefinedMethod>
  </file>
  <file src="lib/Versions/ExpireManager.php">
    <TypeDoesNotContainType occurrences="2">
      <code>self::MAX_VERSIONS_PER_INTERVAL[$interval]['intervalEndsAfter'] === -1</code>
      <code>self::MAX_VERSIONS_PER_INTERVAL[$interval]['intervalEndsAfter'] === -1</code>
    </TypeDoesNotContainType>
  </file>
</files>