Remove rulerz-php/doctrine-orm

This commit is contained in:
Yassine Guedidi
2025-03-07 00:35:17 +01:00
parent 8542edc4f1
commit ed2ad4776b
7 changed files with 3 additions and 126 deletions

View File

@ -230,18 +230,10 @@ services:
tags:
- { name: rulerz.operator, target: native, operator: matches }
Wallabag\Operator\Doctrine\Matches:
tags:
- { name: rulerz.operator, target: doctrine, operator: matches, inline: true }
Wallabag\Operator\PHP\NotMatches:
tags:
- { name: rulerz.operator, target: native, operator: notmatches }
Wallabag\Operator\Doctrine\NotMatches:
tags:
- { name: rulerz.operator, target: doctrine, operator: notmatches, inline: true }
Wallabag\Operator\PHP\PatternMatches:
tags:
- { name: rulerz.operator, target: native, operator: "~" }