Commit bfb3bfb
committed
Enforce php import codestyle
Prior to this change, a uniform import style was not enforced. This resulted in feedback and manual rework in reviews.
This change automatically enforces a consistent standard way of using imports.
- no fqn in the code
- sorted by alphabet
- no unused imports1 parent 96e3811 commit bfb3bfb
199 files changed
Lines changed: 2065 additions & 1512 deletions
File tree
- ci
- qa-config
- qa
- src
- OpenConext
- EngineBlockBridge
- EventListener
- Logger
- EngineBlockBundle
- Authentication
- Entity
- Repository
- Service
- Bridge
- Controller
- Api
- EventListener
- Http
- Cookies
- Exception
- Pdp
- Sbs
- Twig/Extensions/Extension
- EngineBlockFunctionalTestingBundle
- Command
- Controllers
- Fixtures
- DataStore
- Helper
- Parser/Corto
- Saml2/Compat
- EngineBlock
- Assert
- Authentication/Dto
- Metadata
- Entity
- Assembler
- Disassembler
- Factory
- Adapter
- Decorator
- ValueObject
- MetadataRepository
- Filter
- Visitor
- X509
- Service
- Stepup
- Xml
- tests
- functional/OpenConext/EngineBlockBundle/Controller/Api
- integration/OpenConext
- EngineBlockBundle
- Localization
- Service
- EngineBlock/Metadata
- Entity/Assembler
- resources
- serviceregistry
- translate
- xml-to-array
- authn-eb-sg
- authn-working
- response-adfs-encrypted
- response-adfs
- response-other-ns
- response-working
- unit/OpenConext
- EngineBlockBridge
- Authentication/Repository
- Logger
- EngineBlockBundle
- AttributeAggregation
- Dto
- Authentication
- Service
- Configuration
- Controller
- Doctrine/Type
- EventListener
- Exception
- Http/Cookies
- Pdp
- Dto
- Sbs
- Twig/Extensions/Extension
- Value
- EngineBlock
- Assert
- Authentication
- Dto
- Value
- Driver/File
- Exception
- Http
- Logger
- Formatter
- Handler/FingersCrossed
- Message
- Processor
- Metadata
- Entity
- Disassembler
- Factory
- Decorator
- Factory
- Helper
- ValueObject
- MetadataRepository
- Filter
- X509
- Request
- Service
- Stepup
- Validator
- Xml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| 21 | + | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments