CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
**Description** - add a note  **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - []...
Needs #9139 **Description** See #9116 - add workaround for the error like the following. > ErrorException: Kint\Parser\Parser::__construct(): Implicitly marking parameter $caller as nullable is deprecated, the explicit nullable type must...
**Description** To make this command more flexible. This PR provides options to allow us to easily enable or disable cache configuration. **Usage** ```php protected $usage = 'optimize [-c] [-l] [-d]';...
### PHP Version 8.2 ### CodeIgniter4 Version 4.5.2 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...
### PHP Version 8.3 ### CodeIgniter4 Version 4.5.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
**Description** Fix errors from phpstan-baseline.php **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with...
**Description** Fixing PHPStan error and add variable typing. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ]...
**Description** Supersedes #9040 See #7731 #8732 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing,...
**Description** A simple command to copy existing translation files to a new locale. From the file **Language/en/Example.php**: ```php
**Description** I'm not sure what's the intention of putting these `@property-read` annotations. Please enlighten me. However, these means the properties are "readonly by annotation", hence they cannot be reassigned later...