Maintenance: Reached PHPstan level 2

Reworked some stuff around slugs to use interface in a better way.
Also standardised phpdoc to use @return instead of @returns
This commit is contained in:
Dan Brown
2025-09-02 16:02:52 +01:00
parent 1e34954554
commit cee23de6c5
34 changed files with 118 additions and 89 deletions

View File

@@ -14,7 +14,7 @@
<arg name="parallel" value="75"/>
<arg value="np"/>
<rule ref="PSR12"/>
<rule ref="PSR12"/>
<rule ref="PSR1.Methods.CamelCapsMethodName">
<exclude-pattern>./tests/*</exclude-pattern>