Skip to content

Commit 9f27e14

Browse files
committed
Renamed stub files extensions to not pollute PhpStorm index
1 parent 116392a commit 9f27e14

15 files changed

+14
-14
lines changed

extension.neon

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ parameters:
1010
# it changes the braching logic - with false, queryBuilders from all branches are analysed separately
1111
queryBuilderFastAlgorithm: true
1212
stubFiles:
13-
- stubs/DocumentManager.php
14-
- stubs/DocumentRepository.php
15-
- stubs/EntityManager.php
16-
- stubs/EntityManagerDecorator.php
17-
- stubs/EntityManagerInterface.php
18-
- stubs/EntityRepository.php
19-
- stubs/ManagerRegistry.php
20-
- stubs/ObjectManager.php
21-
- stubs/ObjectManagerDecorator.php
22-
- stubs/ObjectRepository.php
23-
- stubs/Persistence/ManagerRegistry.php
24-
- stubs/Persistence/ObjectManager.php
25-
- stubs/Persistence/ObjectManagerDecorator.php
26-
- stubs/Persistence/ObjectRepository.php
13+
- stubs/DocumentManager.stub
14+
- stubs/DocumentRepository.stub
15+
- stubs/EntityManager.stub
16+
- stubs/EntityManagerDecorator.stub
17+
- stubs/EntityManagerInterface.stub
18+
- stubs/EntityRepository.stub
19+
- stubs/ManagerRegistry.stub
20+
- stubs/ObjectManager.stub
21+
- stubs/ObjectManagerDecorator.stub
22+
- stubs/ObjectRepository.stub
23+
- stubs/Persistence/ManagerRegistry.stub
24+
- stubs/Persistence/ObjectManager.stub
25+
- stubs/Persistence/ObjectManagerDecorator.stub
26+
- stubs/Persistence/ObjectRepository.stub
2727

2828
parametersSchema:
2929
doctrine: structure([
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)