aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend/fileiteration/SwiftFileBackendList.php
Commit message (Collapse)AuthorAgeFilesLines
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-0/+9
| | | | | Bug: T353458 Change-Id: I49c843c9d8f6459c0fbf774afeea7a82fa564b59
* filebackend: improve SwiftFileBackendList field names and nullity checksAaron Schulz2023-06-231-21/+36
| | | | | | | | | Avoid calling next() or count() when the buffer is null. This avoids the risk of type errors. Also improve some comments. Change-Id: Ida422f4b7f185ac8bffc479ab5c82711e5621c89
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-4/+4
| | | | | | | | | | | This is mostly about adding return types to methods that implement PHP interfaces, and not passing null to core functions that want a string. After this patch, and an update to return types in RemexHtml, tests/phpunit/integration/ has no more errors than in PHP 8.0. Bug: T289879 Bug: T289926 Change-Id: Ia424f5cc897070f4188ae126b5bf6a1f552db0e1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-1/+1
| | | | | | | | | | | Make phan stricter about null types by setting null_casts_as_any_type to false (the default in mediawiki-phan-config) Remaining false positive issues are suppressed. The suppression and the setting change can only be done together Bug: T242536 Bug: T301991 Change-Id: I0f295382b96fb3be8037a01c10487d9d591e7e01
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
| | | | | Bug: T254646 Change-Id: I2b120f0b9c9e1dc1a6c216bfefa3f2463efe1001
* Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
| | | | Change-Id: I92e2cbf39d2851d215e8be456e86bb99524dea5f
* Replace some oldskool @see with @inheritDocThiemo Kreuz2019-11-081-2/+2
| | | | | | This patch also adds some missing newlines at the beginning of files. Change-Id: Ifcdf75396c96f17b7bfb103f54bfdf4ba4dfbccc
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+2
| | | | | | | | This allows us to remove many suppressions for phan false positives. Bug: T231636 Depends-On: I82a279e1f7b0fdefd3bb712e46c7d0665429d065 Change-Id: I5c251e9584a1ae9fb1577afcafb5001e0dcd41c7
* filebackend: move more files to subdirectoriesAaron Schulz2019-04-151-0/+138
Change-Id: If965323809c5bfc9cb73ed0f357233d9325d3353