Skip to content

Commit 5948ba6

Browse files
committed
optimize
1 parent 2d97e52 commit 5948ba6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.phpcs.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
<ruleset name="PSR2">
33
<description>The PSR2 coding standard.</description>
44
<rule ref="PSR12"/>
5-
<file>src/</file>
5+
<file>src</file>
66
<exclude-pattern>vendor</exclude-pattern>
7-
<exclude-pattern>resources</exclude-pattern>
8-
<exclude-pattern>database</exclude-pattern>
9-
<exclude-pattern>coverage</exclude-pattern>
10-
<exclude-pattern>node_modules</exclude-pattern>
117
<!-- Include some sniffs from other standards that don't conflict with PEAR -->
128
<rule ref="Squiz.Arrays.ArrayBracketSpacing"/>
139
<rule ref="Squiz.Arrays.ArrayDeclaration"/>

src/Query/Builder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010
class Builder extends BaseQuery
1111
{
12-
1312
/**
1413
* Update records in the database and return columns of updated records.
1514
*

0 commit comments

Comments
 (0)