@@ -16,20 +16,20 @@ function feeds_jsonpath_parser_autoload_info() {
1616 $autoloads = array(
1717 'FeedsJSONPathParser' => 'FeedsJSONPathParser.inc',
1818
19- // Use proper namespace.
20- 'Flow\JSONPath\JSONPath' => 'libraries/JSONPath/src/Flow/JSONPath/JSONPath.php',
21- 'Flow\JSONPath\JSONPathException' => 'libraries/JSONPath/src/JSONPathException.php',
22- 'Flow\JSONPath\JSONPathLexer' => 'libraries/JSONPath/src/Flow/JSONPath/JSONPathLexer.php',
23- 'Flow\JSONPath\JSONPathToken' => 'libraries/JSONPath/src/Flow/JSONPath/JSONPathToken.php',
24- 'Flow\JSONPath\AccessHelper' => 'libraries/JSONPath/src/Flow/JSONPath/AccessHelper.php',
19+ // Use proper namespace.
20+ 'Flow\JSONPath\JSONPath' => 'libraries/JSONPath/src/Flow/JSONPath/JSONPath.php',
21+ 'Flow\JSONPath\JSONPathException' => 'libraries/JSONPath/src/Flow/JSONPath /JSONPathException.php',
22+ 'Flow\JSONPath\JSONPathLexer' => 'libraries/JSONPath/src/Flow/JSONPath/JSONPathLexer.php',
23+ 'Flow\JSONPath\JSONPathToken' => 'libraries/JSONPath/src/Flow/JSONPath/JSONPathToken.php',
24+ 'Flow\JSONPath\AccessHelper' => 'libraries/JSONPath/src/Flow/JSONPath/AccessHelper.php',
2525
26- 'Flow\JSONPath\AbstractFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/AbstractFilter.php',
27- 'Flow\JSONPath\IndexesFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/IndexesFilter.php',
28- 'Flow\JSONPath\IndexFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/IndexFilter.php',
29- 'Flow\JSONPath\QueryMatchFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/QueryMatchFilter.php',
30- 'Flow\JSONPath\QueryResultFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/QueryResultFilter.php',
31- 'Flow\JSONPath\RecursiveFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/RecursiveFilter.php',
32- 'Flow\JSONPath\SliceFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/SliceFilter.php',
26+ 'Flow\JSONPath\Filters\ AbstractFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/AbstractFilter.php',
27+ 'Flow\JSONPath\Filters\ IndexesFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/IndexesFilter.php',
28+ 'Flow\JSONPath\Filters\ IndexFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/IndexFilter.php',
29+ 'Flow\JSONPath\Filters\ QueryMatchFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/QueryMatchFilter.php',
30+ 'Flow\JSONPath\Filters \QueryResultFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/QueryResultFilter.php',
31+ 'Flow\JSONPath\Filters\ RecursiveFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/RecursiveFilter.php',
32+ 'Flow\JSONPath\Filters\ SliceFilter' => 'libraries/JSONPath/src/Flow/JSONPath/Filters/SliceFilter.php',
3333 );
3434
3535 return $autoloads;
0 commit comments