Skip to content

Commit 0643f57

Browse files
committed
test: update coding style with php-cs-fixer
1 parent f6a59e6 commit 0643f57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Config/fixtures/RegistrarConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
class RegistrarConfig extends \CodeIgniter\Config\BaseConfig
12+
class RegistrarConfig extends CodeIgniter\Config\BaseConfig
1313
{
1414
public $foo = 'bar';
1515
public $bar = [

tests/system/Config/fixtures/SimpleConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
class SimpleConfig extends \CodeIgniter\Config\BaseConfig
12+
class SimpleConfig extends CodeIgniter\Config\BaseConfig
1313
{
1414
public $QZERO;
1515
public $QZEROSTR;

0 commit comments

Comments
 (0)