We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497760d commit 10686e8Copy full SHA for 10686e8
web/app/src/Foo.php
@@ -1,21 +1,16 @@
1
<?php
2
3
-/**
4
- * I belong to a file
5
- */
+declare(strict_types=1);
6
7
-namespace App\Acme;
+namespace App;
8
9
10
- * I belong to a class
11
12
class Foo
13
{
14
/**
15
* Gets the name of the application.
16
*/
17
public function getName()
18
19
- return 'Nginx PHP MySQL';
+ return 'Docker Nginx PHP MySQL';
20
}
21
0 commit comments