Skip to content

Commit 82e23dc

Browse files
Fix param definition in context builder.
Co-authored-by: Flávio Heleno <flaviohbatista@gmail.com>
1 parent b8c2fed commit 82e23dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/ContextBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ContextBuilder
3939
private $entrypoint;
4040

4141
/**
42-
* @param $fs \Symfony\Component\Filesystem\Filesystem
42+
* @param \Symfony\Component\Filesystem\Filesystem $fs
4343
*/
4444
public function __construct(Filesystem $fs = null)
4545
{

0 commit comments

Comments
 (0)