File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function __construct(KernelInterface $kernel)
47
47
/**
48
48
* Gets the Kernel associated with this Console.
49
49
*
50
- * @return KernelInterface A KernelInterface instance
50
+ * @return KernelInterface
51
51
*/
52
52
public function getKernel ()
53
53
{
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function getKernel()
67
67
/**
68
68
* Gets the profile associated with the current Response.
69
69
*
70
- * @return HttpProfile|false|null A Profile instance
70
+ * @return HttpProfile|false|null
71
71
*/
72
72
public function getProfile ()
73
73
{
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ protected static function getKernelClass()
73
73
/**
74
74
* Boots the Kernel for this test.
75
75
*
76
- * @return KernelInterface A KernelInterface instance
76
+ * @return KernelInterface
77
77
*/
78
78
protected static function bootKernel (array $ options = [])
79
79
{
@@ -118,7 +118,7 @@ protected static function getContainer(): ContainerInterface
118
118
* * environment
119
119
* * debug
120
120
*
121
- * @return KernelInterface A KernelInterface instance
121
+ * @return KernelInterface
122
122
*/
123
123
protected static function createKernel (array $ options = [])
124
124
{
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected function tearDown(): void
35
35
* @param array $options An array of options to pass to the createKernel method
36
36
* @param array $server An array of server parameters
37
37
*
38
- * @return KernelBrowser A KernelBrowser instance
38
+ * @return KernelBrowser
39
39
*/
40
40
protected static function createClient (array $ options = [], array $ server = [])
41
41
{
You can’t perform that action at this time.
0 commit comments