mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 20:01:52 +02:00
Move phpdoc to native types
This commit is contained in:
@@ -57,10 +57,8 @@ class ProcessHandlerTest extends TestCase
|
||||
|
||||
/**
|
||||
* Data provider for invalid commands.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function invalidCommandProvider()
|
||||
public function invalidCommandProvider(): array
|
||||
{
|
||||
return [
|
||||
[1337, 'TypeError'],
|
||||
@@ -83,10 +81,8 @@ class ProcessHandlerTest extends TestCase
|
||||
|
||||
/**
|
||||
* Data provider for invalid CWDs.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function invalidCwdProvider()
|
||||
public function invalidCwdProvider(): array
|
||||
{
|
||||
return [
|
||||
[1337, 'TypeError'],
|
||||
|
Reference in New Issue
Block a user