Skip to content

Commit ae9daad

Browse files
committed
-
1 parent aa27552 commit ae9daad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ For example, to select the ``invoice`` lock defined earlier::
318318
class SomeService
319319
{
320320
public function __construct(
321-
#[Target('invoice.lock.factory')] private LockFactory $invoiceLockFactory
321+
#[Target('invoice.lock.factory')] private LockFactory $lockFactory
322322
): void {
323323
// ...
324324
}

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ For example, to select the ``foo_package`` package defined earlier::
25802580
class SomeService
25812581
{
25822582
public function __construct(
2583-
#[Target('foo_package.package')] private PackageInterface $fooPackage
2583+
#[Target('foo_package.package')] private PackageInterface $package
25842584
): void {
25852585
// ...
25862586
}

0 commit comments

Comments
 (0)