CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

**Description** - add a note ![Screenshot 2024-08-22 9 00 14](https://github.com/user-attachments/assets/024669e5-9542-443e-a4f8-310d4ea0fe08) **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - []...

documentation
4.6

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...

4.6

**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]';...

enhancement
docs needed
4.6

### 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...

waiting for info

### 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...

waiting for info

**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...

stale
needs rework

**Description** Fixing PHPStan error and add variable typing. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ]...

refactor
needs rework

**Description** Supersedes #9040 See #7731 #8732 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing,...

refactor

**Description** A simple command to copy existing translation files to a new locale. From the file **Language/en/Example.php**: ```php

enhancement
4.6

**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...