File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/TestCase/Middleware Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# CakePHP DebugKit
2- ![ Build Status ] ( https://github.com/cakephp/debug_kit/actions/workflows/ci.yml/badge.svg?branch=master )
2+ [ ![ CI ] ( https://github.com/cakephp/debug_kit/actions/workflows/ci.yml/badge.svg )] ( https://github.com/cakephp/debug_kit/actions/workflows/ci.yml )
33[ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/cakephp/debug_kit.svg?style=flat-square )] ( https://codecov.io/github/cakephp/debug_kit )
44[ ![ License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.txt )
55[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/cakephp/cakephp.svg?style=flat-square )] ( https://packagist.org/packages/cakephp/debug_kit )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class DebugKitMiddlewareTest extends TestCase
4242 'plugin.DebugKit.Panels ' ,
4343 ];
4444
45- protected ?array $ oldConfig ;
45+ protected ?array $ oldConfig = null ;
4646
4747 /**
4848 * @var bool
You can’t perform that action at this time.
0 commit comments