Skip to content

Commit

Permalink
Renamed stub files extensions to not pollute PhpStorm index
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 10, 2020
1 parent 945a84c commit b20d7b6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ parameters:
universalObjectCratesClasses:
- stdClass
stubFiles:
- ../stubs/ReflectionClass.php
- ../stubs/iterable.php
- ../stubs/ArrayObject.php
- ../stubs/WeakReference.php
- ../stubs/ext-ds.php
- ../stubs/ReflectionClass.stub
- ../stubs/iterable.stub
- ../stubs/ArrayObject.stub
- ../stubs/WeakReference.stub
- ../stubs/ext-ds.stub
earlyTerminatingMethodCalls: []
earlyTerminatingFunctionCalls: []
memoryLimitFile: %tmpDir%/.memory_limit
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b20d7b6

Please sign in to comment.