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 1ea6e34

Browse filesBrowse files
committed
[ExpressionLanguage] Added expression language syntax validator
1 parent 0e750f0 commit 1ea6e34
Copy full SHA for 1ea6e34

File tree

1 file changed

+1
-1
lines changed
Filter options
  • src/Symfony/Component/ExpressionLanguage

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/ExpressionLanguage/Parser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/Parser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function lint(TokenStream $stream, ?array $names = [])
111111
$this->doParse($stream, $names);
112112
}
113113

114-
protected function doParse(TokenStream $stream, ?array $names = [])
114+
private function doParse(TokenStream $stream, ?array $names = [])
115115
{
116116
$this->stream = $stream;
117117
$this->names = $names;

0 commit comments

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