Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"prefer-stable": true,
"require": {
"php": "^8.5",
"gedmo/doctrine-extensions": "^3.17",
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
"knplabs/knp-menu-bundle": "^3.4",
"symfony/form": "^8.0",
"symfony/asset": "^8.0",
Expand Down
8 changes: 0 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ Requirements:
| [stimulus.md](stimulus.md) | Stimulus controllers provided by the bundle |
| [no-results.md](no-results.md) | Standard empty-state / no-results UI component |

### Unused code

`src/EventListener/DoctrineExtensionListener.php` (Gedmo Blameable/Loggable wiring) is not registered anywhere in
`config/services.php` and is not autoconfigured — it's dead code as shipped. `gedmo/doctrine-extensions` is a
dependency, so the classes it needs are available, but installing this bundle alone does not enable
Blameable/Loggable tracking. To use it, a consuming app must register it as a service itself and tag it for
`kernel.request` / `onKernelRequest`.

---

## Architecture
Expand Down
1 change: 0 additions & 1 deletion phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ parameters:
paths:
- src/DoctrineListener/DoctrineAuditListener.php
- src/EventListener/BreadcrumbListener.php
- src/EventListener/DoctrineExtensionListener.php
- src/Pagination/Paginator.php
- src/Twig/PaginatorExtension.php
-
Expand Down
44 changes: 0 additions & 44 deletions src/EventListener/DoctrineExtensionListener.php

This file was deleted.

Loading