You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http
Your Name ccd75dd903 fix: resolve undefined variable bugs (phpstan variable.undefined)
- AdminReportController: fix closure param name and remove reference to
  undefined $meta variable
- GroupsPostController: replace $status with $gp (the actual GroupPost
  variable in scope)
- PortfolioController: replace undefined $metadata with null
- DeleteWorker: remove Cache::set() call with undefined $key
4 weeks ago
..
Controllers fix: resolve undefined variable bugs (phpstan variable.undefined) 4 weeks ago
Middleware Merge pull request #6830 from pixelfed/refactor/modern-bootstrap-app 4 weeks ago
Requests Update ProfileMigrationStoreRequest.php 1 month ago
Resources Convert string references to `::class` 1 month ago