Skip to content

Commit f2a53c1

Browse files
committed
Fix CS error
1 parent b7d2a9a commit f2a53c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="CakePHP Api Docs">
3-
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />
4-
53
<rule ref="CakePHP" />
4+
5+
<file>src/</file>
66
</ruleset>

src/Twig/Extension/ReflectionExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getFilters()
6464
'/, \(/',
6565
'/^\((.*)\)$/',
6666
'/(?<=[(<|&])\\\\/',
67-
'/^\\\\/'
67+
'/^\\\\/',
6868
],
6969
['${1}', '<', '>', ', ', ', ', '${1}', '', ''],
7070
(string)$type

0 commit comments

Comments
 (0)