File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2
2
<ruleset name =" PSR2" >
3
3
<description >The PSR2 coding standard.</description >
4
4
<rule ref =" PSR12" />
5
- <file >src/ </file >
5
+ <file >src</file >
6
6
<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 >
11
7
<!-- Include some sniffs from other standards that don't conflict with PEAR -->
12
8
<rule ref =" Squiz.Arrays.ArrayBracketSpacing" />
13
9
<rule ref =" Squiz.Arrays.ArrayDeclaration" />
Original file line number Diff line number Diff line change 9
9
*/
10
10
class Builder extends BaseQuery
11
11
{
12
-
13
12
/**
14
13
* Update records in the database and return columns of updated records.
15
14
*
You can’t perform that action at this time.
0 commit comments