You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/InlineIgnoreInliner.php
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@
4
4
5
5
usefunctionexplode;
6
6
usefunctionimplode;
7
+
usefunctionrtrim;
7
8
usefunctionstr_contains;
9
+
usefunctionstrlen;
10
+
usefunctionsubstr;
8
11
9
12
finalclass InlineIgnoreInliner
10
13
{
@@ -33,17 +36,17 @@ public function inlineErrors(
33
36
34
37
[$trueFilePath] = explode(' (in context of class', $filePath, 2); // solve trait "filepath" in format "src/App/MyTrait.php (in context of class App\Clazz)"
0 commit comments