Skip to content

Commit 4336f21

Browse files
authored
Merge pull request #8559 from kenjis/remove-const-SPARKED
refactor: remove deprecated const SPARKED
2 parents 08e219f + 7e5f3d7 commit 4336f21

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

spark

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ if (version_compare(PHP_VERSION, $minPhpVersion, '<')) {
4242
error_reporting(E_ALL);
4343
ini_set('display_errors', '1');
4444

45-
/**
46-
* @var bool
47-
*
48-
* @deprecated No longer in use. `CodeIgniter` has `$context` property.
49-
*/
50-
define('SPARKED', true);
51-
5245
// Path to the front controller
5346
define('FCPATH', __DIR__ . DIRECTORY_SEPARATOR . 'public' . DIRECTORY_SEPARATOR);
5447

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Others
241241
- **Exceptions:** The deprecated ``CodeIgniter\Exceptions\CastException`` class has been removed.
242242
- **Entity:** The deprecated ``CodeIgniter\Entity`` class has been removed. Use
243243
``CodeIgniter\Entity\Entity`` instead.
244+
- **spark:** The deprecated constant ``SPARKED`` has been removed.
244245

245246
Enhancements
246247
************

0 commit comments

Comments
 (0)