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 e5922fc

Browse filesBrowse files
committed
Add ArrayValue to searchForAutocompleting N1ebieski#7
1 parent 31a2a67 commit e5922fc
Copy full SHA for e5922fc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎app/Parsers/ArrayCreationExpressionParser.php

Copy file name to clipboardExpand all lines: app/Parsers/ArrayCreationExpressionParser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private function isParentNode(Node $node, string $nodeClass): bool
3232
public function parse(ArrayCreationExpression $node)
3333
{
3434
// If array is inside a method, for example Validator::validate(['
35-
// then we need to ignore autocompleting for ArrayValue because
35+
// then we need to ignore findable for ArrayValue because
3636
// priority is given to App\Contexts\MethodCall
3737
if (!$this->isParentNode($node, CallExpression::class)) {
3838
$this->context->findable = true;

0 commit comments

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