Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c6346f

Browse filesBrowse files
committed
CS
1 parent 3b4c877 commit 2c6346f
Copy full SHA for 2c6346f

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎core-bundle/src/Command/DebugContaoTwigCommand.php

Copy file name to clipboardExpand all lines: core-bundle/src/Command/DebugContaoTwigCommand.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ static function (string $identifier) use ($prefix) {
7474
$i = 0;
7575

7676
foreach ($chain as $path => $name) {
77-
$rows[] = [0 === $i++ ? $identifier : '', $name, $path];
77+
$rows[] = [0 === $i ? $identifier : '', $name, $path];
78+
++$i;
7879
}
7980

8081
$rows[] = new TableSeparator();

‎core-bundle/src/Twig/Loader/ContaoFilesystemLoader.php

Copy file name to clipboardExpand all lines: core-bundle/src/Twig/Loader/ContaoFilesystemLoader.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function isFresh($name, $time): bool
278278
}
279279

280280
/**
281-
* Resets the cached theme context
281+
* Resets the cached theme context.
282282
*
283283
* @internal
284284
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.