We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8ea3c commit 4a2810fCopy full SHA for 4a2810f
tests/Helpers/Artisan/mocks.php
@@ -1,20 +1,19 @@
1
<?php
2
3
-namespace Illuminated\Helpers\System
4
-{
5
- use Illuminated\Helpers\Tests\TestCase;
+namespace Illuminated\Helpers\System;
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();
18
- }
+use Illuminated\Helpers\Tests\TestCase;
+
+if (!function_exists(__NAMESPACE__ . '\php_uname')) {
+ /**
+ * Mock for the `php_uname` function.
+ *
+ * @return mixed
+ * @noinspection PhpUndefinedMethodInspection
+ */
+ function php_uname()
+ {
+ return TestCase::$functions->php_uname();
19
}
20
0 commit comments