Skip to content

Commit ace4493

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Fix `#[AutowireInline]` PHP attribute documentation
2 parents c9cb42a + c382296 commit ace4493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ corresponding arguments::
792792

793793
public function __construct(
794794
#[AutowireInline(
795-
factory: [ScopingHttpClient::class, 'forBaseUri'],
795+
class: [ScopingHttpClient::class, 'forBaseUri'],
796796
arguments: [
797797
'$baseUri' => 'https://api.example.com',
798798
'$defaultOptions' => [

0 commit comments

Comments
 (0)