File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Illuminated \Helpers \System
4
- {
5
- use Illuminated \Helpers \Tests \TestCase ;
3
+ namespace Illuminated \Helpers \System ;
6
4
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 ();
19
18
}
20
19
}
You can’t perform that action at this time.
0 commit comments