mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-22 21:03:37 +02:00
Move phpdoc to native types
This commit is contained in:
@@ -65,10 +65,7 @@ class SlackRecordTest extends TestCase
|
||||
$this->assertArrayNotHasKey('username', $data);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function dataStringify()
|
||||
public function dataStringify(): array
|
||||
{
|
||||
$multipleDimensions = [[1, 2]];
|
||||
$numericKeys = ['library' => 'monolog'];
|
||||
|
Reference in New Issue
Block a user