Skip to content

Commit

Permalink
Merge 4090c88 into ac8ebb1
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Mar 27, 2020
2 parents ac8ebb1 + 4090c88 commit d7569bc
Show file tree
Hide file tree
Showing 35 changed files with 203 additions and 1,162 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ parameters:
-
message: "#^Parameter \\#2 \\$callable of class Twig\\\\TwigFilter constructor expects \\(callable\\(\\)\\: mixed\\)\\|null, 'debug' given\\.$#"
count: 1
path: src/Twig/Extension/Basic.php
path: src/Twig/Extension/BasicExtension.php

-
message: "#^Constant ROOT not found\\.$#"
count: 2
path: src/Twig/Extension/Profiler.php
path: src/Twig/Extension/ProfilerExtension.php

-
message: "#^Constant CACHE not found\\.$#"
Expand Down
11 changes: 2 additions & 9 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.9.4@352bd3f5c5789db04e4010856c2f4e01ed354f4e">
<file src="src/Shell/CompileShell.php">
<DeprecatedClass occurrences="3">
<code>Shell</code>
<code>parent::__construct($io, $locator)</code>
<code>parent::getOptionParser()</code>
</DeprecatedClass>
</file>
<file src="src/Twig/TokenParser/Cell.php">
<file src="src/Twig/TokenParser/CellParser.php">
<InternalMethod occurrences="3">
<code>parseExpression</code>
<code>parseExpression</code>
<code>parseExpression</code>
</InternalMethod>
</file>
<file src="src/Twig/TokenParser/Element.php">
<file src="src/Twig/TokenParser/ElementParser.php">
<InternalMethod occurrences="3">
<code>parseExpression</code>
<code>parseExpression</code>
Expand Down
57 changes: 0 additions & 57 deletions src/Event/ConstructEvent.php

This file was deleted.

63 changes: 0 additions & 63 deletions src/Event/EnvironmentConfigEvent.php

This file was deleted.

132 changes: 0 additions & 132 deletions src/Event/ExtensionsListener.php

This file was deleted.

62 changes: 0 additions & 62 deletions src/Event/LoaderEvent.php

This file was deleted.

0 comments on commit d7569bc

Please sign in to comment.