Commit Graph

6 Commits (89a0aa3bf732d3bda0ddef6058b4ecd44ea7c217)

Author SHA1 Message Date
Your Name e7ef58969c fix: resolve undefined $status variable in GroupsPostController::deletePost
Replace all references to non-existent $status with $gp (the GroupPost
instance already in scope). This was a bug where the closure variable
name was changed but references inside the method body were not updated.
1 month ago
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
1 month ago
Daniel Supernault fbff6ed307
Update trustedproxy config 1 month ago
Daniel Supernault 374344754e
Lint 9 months ago
Shlee 304c3eab3f
Update GroupsPostController.php 11 months ago
Daniel Supernault 3d6b9badf4
Add groups models, controllers and services 2 years ago