File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ If you need to inject a value from one of your application's configuration files
234
234
<a name =" binding-typed-variadics " ></a >
235
235
### Binding Typed Variadics
236
236
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:
238
238
239
239
<?php
240
240
@@ -364,7 +364,7 @@ If you would like to have the Laravel container instance itself injected into a
364
364
/**
365
365
* Create a new class instance.
366
366
*
367
- * @param \Illuminate\Container\Container
367
+ * @param \Illuminate\Container\Container $container
368
368
* @return void
369
369
*/
370
370
public function __construct(Container $container)
You can’t perform that action at this time.
0 commit comments