Skip to content

Commit 4a2810f

Browse files
committed
StyleCI, thanks
1 parent 0b8ea3c commit 4a2810f

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

tests/Helpers/Artisan/mocks.php

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
<?php
22

3-
namespace Illuminated\Helpers\System
4-
{
5-
use Illuminated\Helpers\Tests\TestCase;
3+
namespace Illuminated\Helpers\System;
64

7-
if (!function_exists(__NAMESPACE__ . '\php_uname')) {
8-
/**
9-
* Mock for the `php_uname` function.
10-
*
11-
* @return mixed
12-
*
13-
* @noinspection PhpUndefinedMethodInspection
14-
*/
15-
function php_uname()
16-
{
17-
return TestCase::$functions->php_uname();
18-
}
5+
use Illuminated\Helpers\Tests\TestCase;
6+
7+
if (!function_exists(__NAMESPACE__ . '\php_uname')) {
8+
/**
9+
* Mock for the `php_uname` function.
10+
*
11+
* @return mixed
12+
*
13+
* @noinspection PhpUndefinedMethodInspection
14+
*/
15+
function php_uname()
16+
{
17+
return TestCase::$functions->php_uname();
1918
}
2019
}

0 commit comments

Comments
 (0)