summaryrefslogtreecommitdiffstats
path: root/build/psalm-baseline.xml
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix various other small psalm issuesCarl Schwan2022-10-171-60/+1
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registryCarl Schwan2022-10-181-21/+2
|\ \ | | | | | | Fix wrong types in phpdoc for twofactor registry
| * | Fix the type of the return array in a few more placesCarl Schwan2022-10-181-11/+2
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-121-10/+0
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-argumentsChristoph Wurst2022-10-171-3/+0
|\ \ \ | | | | | | | | Fix TooManyArguments warning for carddav.php
| * | | Fix TooManyArguments warning for carddav.phpDaniel Kesselberg2022-10-161-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-argumentsChristoph Wurst2022-10-171-5/+0
|\ \ \ \ | |_|_|/ |/| | | Fix TooManyArguments for FakeLockerPlugin
| * | | Fix TooManyArguments for FakeLockerPluginDaniel Kesselberg2022-10-141-5/+0
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / Update psalm baselinenextcloud-command2022-10-161-3/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Improve container return type annotationsJulius Härtl2022-10-141-1/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update psalm baselinenextcloud-command2022-10-121-5/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-10-071-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-10-021-20/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-09-161-4/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-09-131-2/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Refactor cache handlingJulius Härtl2022-08-311-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update psalm baselinenextcloud-command2022-08-311-60/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-17/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update psalm baselinenextcloud-command2022-08-241-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-08-231-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-08-091-2/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-07-131-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-07-121-3/+0
| | | | | Signed-off-by: GitHub <noreply@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-111-36/+0
|\ | | | | Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-051-30/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup avatar related codeCarl Schwan2022-06-221-6/+0
| | | | | | | | | | | | | | | | - Move event listener to new event handling - Add typing almost everywhere - Fix inconsistent interface parameter Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-06-291-45/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Summer cleanup of the federation appCarl Schwan2022-06-241-11/+0
|/ | | | | | | | | | - Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #32971 from ↵Daniel2022-06-221-11/+0
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2022-06-221-11/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * Update psalm baselinenextcloud-command2022-06-211-46/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Add typing to Sharing BackendCarl Schwan2022-06-221-55/+2
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update psalm-baselineDaniel Kesselberg2022-05-311-14/+23
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update psalm baselinenextcloud-command2022-05-311-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-05-301-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan2022-05-241-5/+0
|\ | | | | Fix return type and make type stricter
| * Fix return type and make type stricterCarl Schwan2022-05-241-5/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-231-53/+3
|\ \ | |/ |/| Fix psalm issues related to the user backend
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-58/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - Reflect the actual return value returned by the implementation in the the interface. E.g. IUser|bool -> IUser|false - Remove $hasLoggedIn parameter from private countUser implementation. Replace the two call with the equivalent countSeenUser - getBackend is nuallable, add this to the interface - Use backend interface to make psalm happy about call to undefined methods. Also helps with getting rid at some point of the old implementActions Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-05-221-47/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2022-05-181-10/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-171-110/+0
|\ \ | | | | | | Cleanup dav
| * | Fix more psalm issuesCarl Schwan2022-05-161-105/+0
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Cleanup davCarl Schwan2022-05-051-5/+0
| | | | | | | | | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-39/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Update psalm baselinenextcloud-command2022-05-151-12/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-131-8/+0
|\ \ \
| * | | Modernize contacts menuThomas Citharel2022-05-121-8/+0
| | |/ | |/| | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Improve psalm annotation to make it stricterCarl Schwan2022-05-131-1/+0
| | | | | | | | | | | | | | | | | | | | | Now using class-string<T> as input will only return T, and any other string will return mixed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32369 from ↵Carl Schwan2022-05-131-5/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652416168 [Automated] Update psalm-baseline.xml