Skip to content

Commit fc5fb9b

Browse files
loic425diimpp
andauthored
Update src/Component/src/Metadata/ResourceMetadata.php
Co-authored-by: Dmitri Perunov <[email protected]>
1 parent b9b6d69 commit fc5fb9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Component/src/Metadata/ResourceMetadata.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ public function __construct(
4141
$this->operations = null === $operations ? null : new Operations($operations);
4242

4343
if (null !== $driver && false !== $driver) {
44-
trigger_deprecation('sylius/resource', '1.13', 'Using driver is deprecated. If your resource is managed by Doctrine you have nothing to do, otherwise use a customer provider.');
44+
trigger_deprecation(
45+
'sylius/resource',
46+
'1.13',
47+
'Using driver is deprecated. If your resource is managed by Doctrine you have nothing to do, otherwise use a custom provider.'
48+
);
4549
}
4650
}
4751

0 commit comments

Comments
 (0)