Skip to content

Commit d994e89

Browse files
committed
Fix up for PHPCS v4
1 parent df50aa0 commit d994e89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<ruleset name="plugin">
3-
<config name="installed_paths" value="../../fig-r/psr2r-sniffer"/>
43
<arg value="nps"/>
54

65
<file>config/</file>

tests/Fixture/CaptchasFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class CaptchasFixture extends TestFixture {
1414
*
1515
* @var array
1616
*/
17-
// @codingStandardsIgnoreStart
17+
// phpcs:disable
1818
public array $fields = [
1919
'id' => ['type' => 'integer', 'length' => 11, 'unsigned' => false, 'null' => false, 'default' => null, 'comment' => '', 'autoIncrement' => true, 'precision' => null],
2020
'session_id' => ['type' => 'string', 'length' => 255, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null],

0 commit comments

Comments
 (0)