@@ -17,43 +17,43 @@ services:
1717 # This rule will throw an error if you `return false` from a RequestFilter::preRequest() method
1818 # as in SilverStripe 3.X, this throws an uncaught exception in the site.
1919 -
20- class : Symbiote \SilverstripePHPStan\Rule\RequestFilterPreRequestRule
20+ class : Syntro \SilverstripePHPStan\Rule\RequestFilterPreRequestRule
2121 tags :
2222 - phpstan.rules.rule
2323 # This adds additional methods from SilverStripe extensions, as well as determining proper
2424 # types when has_one() magic methods.
2525 -
26- class : Symbiote \SilverstripePHPStan\Reflection\MethodClassReflectionExtension
26+ class : Syntro \SilverstripePHPStan\Reflection\MethodClassReflectionExtension
2727 tags :
2828 - phpstan.broker.methodsClassReflectionExtension
2929 # This adds additional properties from 'db', 'has_one' and other config fields to
3030 # determine what types are returned for magic __get's
3131 -
32- class : Symbiote \SilverstripePHPStan\Reflection\PropertyClassReflectionExtension
32+ class : Syntro \SilverstripePHPStan\Reflection\PropertyClassReflectionExtension
3333 tags :
3434 - phpstan.broker.propertiesClassReflectionExtension
3535 # This adds additional type info to `DataObject::get()` so that it knows what class
3636 # while be returned when iterating.
3737 -
38- class : Symbiote \SilverstripePHPStan\Type\DataObjectGetStaticReturnTypeExtension
38+ class : Syntro \SilverstripePHPStan\Type\DataObjectGetStaticReturnTypeExtension
3939 tags :
4040 - phpstan.broker.dynamicStaticMethodReturnTypeExtension
4141 # This allows `singleton("File")` calls to understand the exact classes being returned
4242 # by using your configuration. (ie. uses Injector information if it's set)
4343 -
44- class : Symbiote \SilverstripePHPStan\Type\SingletonReturnTypeExtension
44+ class : Syntro \SilverstripePHPStan\Type\SingletonReturnTypeExtension
4545 tags :
4646 - phpstan.broker.dynamicFunctionReturnTypeExtension
4747 # This allows `Injector::inst()->get("File")` calls to understand the exact classes being returned
4848 # by using your configuration. (ie. uses Injector information if it's set)
4949 -
50- class : Symbiote \SilverstripePHPStan\Type\InjectorReturnTypeExtension
50+ class : Syntro \SilverstripePHPStan\Type\InjectorReturnTypeExtension
5151 tags :
5252 - phpstan.broker.dynamicMethodReturnTypeExtension
5353 # This allows `$this->getOwner()` to understand the possible types that it could
5454 # return by seeing what classes are using that extension currently.
5555 -
56- class : Symbiote \SilverstripePHPStan\Type\ExtensionReturnTypeExtension
56+ class : Syntro \SilverstripePHPStan\Type\ExtensionReturnTypeExtension
5757 tags :
5858 - phpstan.broker.dynamicMethodReturnTypeExtension
5959 # This makes a DataList keep it's current type information as-is when calling
@@ -62,34 +62,34 @@ services:
6262 # This will also allow "first"/"last" calls and similar to return the correct type.
6363 #
6464 -
65- class : Symbiote \SilverstripePHPStan\Type\DataListReturnTypeExtension
65+ class : Syntro \SilverstripePHPStan\Type\DataListReturnTypeExtension
6666 tags :
6767 - phpstan.broker.dynamicMethodReturnTypeExtension
6868 # This makes calls to `dbObject` and `newClassInstance` return the correct type info
6969 -
70- class : Symbiote \SilverstripePHPStan\Type\DataObjectReturnTypeExtension
70+ class : Syntro \SilverstripePHPStan\Type\DataObjectReturnTypeExtension
7171 tags :
7272 - phpstan.broker.dynamicMethodReturnTypeExtension
7373
7474 -
75- class : Symbiote \SilverstripePHPStan\Type\FormFieldReturnTypeExtension
75+ class : Syntro \SilverstripePHPStan\Type\FormFieldReturnTypeExtension
7676 tags :
7777 - phpstan.broker.dynamicMethodReturnTypeExtension
7878
7979 # This makes calls to `DBField::create_field('HTMLText', $value)` return the correct type info
8080 # ie. The injectored type of the first parameter
8181 -
82- class : Symbiote \SilverstripePHPStan\Type\DBFieldStaticReturnTypeExtension
82+ class : Syntro \SilverstripePHPStan\Type\DBFieldStaticReturnTypeExtension
8383 tags :
8484 - phpstan.broker.dynamicStaticMethodReturnTypeExtension
8585
8686 # Special handling for ->hasMethod() checks
8787 -
88- class : Symbiote \SilverstripePHPStan\Type\HasMethodTypeSpecifyingExtension
88+ class : Syntro \SilverstripePHPStan\Type\HasMethodTypeSpecifyingExtension
8989 tags :
9090 - phpstan.typeSpecifier.methodTypeSpecifyingExtension
9191 # Special handling for configuration properties
9292 -
93- class : Symbiote \SilverstripePHPStan\Reflection\ReadWritePropertiesExtension
93+ class : Syntro \SilverstripePHPStan\Reflection\ReadWritePropertiesExtension
9494 tags :
9595 - phpstan.properties.readWriteExtension
0 commit comments