Skip to content

Commit 8d63b6d

Browse files
authored
Typo (#6933)
1 parent 00bb007 commit 8d63b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ If you need to inject a value from one of your application's configuration files
234234
<a name="binding-typed-variadics"></a>
235235
### Binding Typed Variadics
236236

237-
Occasionally you may have a class that receives an array of typed objects using a variadic constructor argument:
237+
Occasionally, you may have a class that receives an array of typed objects using a variadic constructor argument:
238238

239239
<?php
240240

@@ -364,7 +364,7 @@ If you would like to have the Laravel container instance itself injected into a
364364
/**
365365
* Create a new class instance.
366366
*
367-
* @param \Illuminate\Container\Container
367+
* @param \Illuminate\Container\Container $container
368368
* @return void
369369
*/
370370
public function __construct(Container $container)

0 commit comments

Comments
 (0)