Skip to content

Commit

Permalink
Add PSR-3 Logging package as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Jul 1, 2022
1 parent 5c93dfc commit a24e519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Identifier/NetworkFunctionsIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class NetworkFunctionsIdentifier extends AbstractSingleTypeIdentifier
////////////////////////////// CLASS PROPERTIES \\\\\\\\\\\\\\\\\\\\\\\\\\\\
/** @var array */
private static $functions = [
/* cUrl */
/* cURL */
'curl_init',
'curl_setopt',
'curl_setopt_array',
Expand Down
2 changes: 1 addition & 1 deletion src/ScannerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private function createTraverser(Visitor $visitor)
new NodeTraverser(),
[
/* @NOTE: The order Visitors are registered in is of importance */
new NameResolver(null, ['preserveOriginalNames'=>true]),
//new NameResolver(null, ['preserveOriginalNames'=>true]),
$visitor,
]
);
Expand Down

0 comments on commit a24e519

Please sign in to comment.