mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -13,7 +13,7 @@ use Twig\TwigTest;
|
|||
*/
|
||||
final class TwigCoreExtension extends AbstractExtension
|
||||
{
|
||||
protected $objectNormalizer;
|
||||
protected ObjectNormalizer $objectNormalizer;
|
||||
|
||||
public function __construct(ObjectNormalizer $objectNormalizer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue