mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Require phpstan and correct issues found up to level 2
* issues found by phpstan L0 * issues found by phpstan L1 * issues found by phpstan L2 in src/ * issues found by phpstan L2 in tests/
This commit is contained in:
@@ -267,8 +267,8 @@ class SystemNodeProviderTest extends TestCase
|
||||
*
|
||||
* @dataProvider provideCommandPerOs
|
||||
*
|
||||
* @param $os
|
||||
* @param $command
|
||||
* @param string $os
|
||||
* @param string $command
|
||||
*/
|
||||
public function testGetNodeGetsNetworkInterfaceConfig($os, $command)
|
||||
{
|
||||
@@ -369,8 +369,8 @@ class SystemNodeProviderTest extends TestCase
|
||||
*
|
||||
* @dataProvider provideCommandPerOs
|
||||
*
|
||||
* @param $os
|
||||
* @param $command
|
||||
* @param string $os
|
||||
* @param string $command
|
||||
*/
|
||||
public function testCallGetsysfsOnLinux($os, $command)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user