File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Configuration
5151 Configure::write('DebugKit.forceEnable', true);
5252
5353* ``DebugKit.ignorePathsPattern `` - Regex pattern (including delimiter) to ignore paths.
54- DebugKit won't save data for request URLs that match this regex. Defaults to ``null ``::
54+ DebugKit won't save data for request URLs that match this regex. Defaults to ``null ``::
5555
5656 // Ignore image paths
5757 Configure::write('DebugKit.ignorePathsPattern', '/\.(jpg|png|gif)$/');
Original file line number Diff line number Diff line change 1010 * @link http://cakephp.org CakePHP(tm) Project
1111 * @license http://www.opensource.org/licenses/mit-license.php MIT License
1212 */
13- namespace Debugkit \Test \Fixture ;
13+ namespace DebugKit \Test \Fixture ;
1414
1515use Cake \Database \Schema \TableSchema ;
1616use Cake \TestSuite \Fixture \TestFixture ;
Original file line number Diff line number Diff line change 1010 * @link http://cakephp.org CakePHP(tm) Project
1111 * @license http://www.opensource.org/licenses/mit-license.php MIT License
1212 */
13- namespace Debugkit \Test \Fixture ;
13+ namespace DebugKit \Test \Fixture ;
1414
1515use Cake \TestSuite \Fixture \TestFixture ;
1616
You can’t perform that action at this time.
0 commit comments