Add delete controller and service methods, update descriptions of pro… #825
53 new problems found by Qodana for PHP
Qodana for PHP
45 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Undefined class |
🔶 Warning | 1 |
Attribute can be added to overriding member |
◽️ Notice | 18 |
Efferent coupling between objects |
◽️ Notice | 13 |
Long inheritance chain |
◽️ Notice | 8 |
Duplicated code fragment |
◽️ Notice | 1 |
Class can be 'readonly' |
◽️ Notice | 1 |
Unhandled exception |
◽️ Notice | 1 |
Unused import |
◽️ Notice | 1 |
Unused private method |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 159 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 40 in src/Note/Controller/Element/CreateController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (20).
Check notice on line 46 in src/Note/Controller/Element/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (26).
Check notice on line 25 in src/Note/Attributes/Request/CreateNoteRequestBody.php
github-actions / Qodana for PHP
Long inheritance chain
\[EA\] Class has 3 parent classes, consider using appropriate design patterns.
Check notice on line 26 in src/Note/Attributes/Response/Property/NoteCollection.php
github-actions / Qodana for PHP
Long inheritance chain
\[EA\] Class has 4 parent classes, consider using appropriate design patterns.
Check notice on line 32 in src/Note/Service/NoteService.php
github-actions / Qodana for PHP
Class can be 'readonly'
Class can be 'readonly'
Check warning on line 23 in src/Note/Service/NoteService.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'NoteElementInterface'
Check notice on line 46 in src/Note/Repository/NoteRepository.php
github-actions / Qodana for PHP
Unhandled exception
Unhandled exceptions
Check notice on line 20 in src/Note/Request/NoteParameters.php
github-actions / Qodana for PHP
Unused import
Import 'Pimcore\\Bundle\\StudioBackendBundle\\Util\\Constants\\ElementTypes' is never used
Check notice on line 36 in src/DataIndex/Hydrator/Asset/ArchiveHydrator.php
github-actions / Qodana for PHP
Duplicated code fragment
Duplicated code
Check notice on line 53 in src/Asset/Controller/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (30).
Check notice on line 47 in src/Dependency/Controller/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (25).
Check notice on line 44 in src/Property/Controller/UpdateController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (22).
Check notice on line 50 in src/DataObject/Controller/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (30).
Check notice on line 40 in src/Property/Controller/Element/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (20).
Check notice on line 44 in src/Property/Controller/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (21).
Check notice on line 40 in src/Note/Controller/Element/CreateController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (20).
Check notice on line 43 in src/Property/Controller/Element/UpdateController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (23).
Check notice on line 44 in src/Asset/Controller/CustomSettingsController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (22).
Check notice on line 46 in src/Note/Controller/Element/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (26).
Check notice on line 42 in src/Version/Controller/CleanupController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (20).
Check notice on line 46 in src/Version/Controller/CollectionController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (24).
Check notice on line 46 in src/Authorization/Controller/AuthorizationController.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (21).
Check notice on line 25 in src/Note/Attributes/Request/CreateNoteRequestBody.php
github-actions / Qodana for PHP
Long inheritance chain
\[EA\] Class has 3 parent classes, consider using appropriate design patterns.
Check notice on line 26 in src/Version/Attributes/Response/Property/VersionCollection.php
github-actions / Qodana for PHP
Long inheritance chain
\[EA\] Class has 4 parent classes, consider using appropriate design patterns.
Check notice on line 25 in src/Dependency/Attributes/Parameters/Query/DependencyModeParameter.php
github-actions / Qodana for PHP
Long inheritance chain
\[EA\] Class has 4 parent classes, consider using appropriate design patterns.