Skip to content
Snippets Groups Projects
Commit e915e3f6 authored by Daniel Kurowski's avatar Daniel Kurowski
Browse files

Merge branch 'fix-promoted-props-decorator' into 'master'

ConstructorWithPromotedPropertiesDecorator: added forgotten interface implementation

See merge request grifart/class-scaffolder!35
parents a7744d4c 5abca3b9
No related branches found
No related tags found
1 merge request!35ConstructorWithPromotedPropertiesDecorator: added forgotten interface implementation
Pipeline #32659 passed
...@@ -8,7 +8,7 @@ use Grifart\ClassScaffolder\Definition\ClassDefinition; ...@@ -8,7 +8,7 @@ use Grifart\ClassScaffolder\Definition\ClassDefinition;
use Nette\PhpGenerator\ClassType; use Nette\PhpGenerator\ClassType;
use Nette\PhpGenerator\PhpNamespace; use Nette\PhpGenerator\PhpNamespace;
final class ConstructorWithPromotedPropertiesDecorator final class ConstructorWithPromotedPropertiesDecorator implements ClassDecorator
{ {
public function decorate(PhpNamespace $namespace, ClassType $classType, ClassDefinition $definition): void public function decorate(PhpNamespace $namespace, ClassType $classType, ClassDefinition $definition): void
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment