Skip to content

Commit 2e6ab12

Browse files
committed
Add some documentations for phpdoc
1 parent a30d340 commit 2e6ab12

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: web/app/src/Foo.php

+10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
<?php
22

3+
/**
4+
* I belong to a file
5+
*/
6+
37
namespace App\Acme;
48

9+
/**
10+
* I belong to a class
11+
*/
512
class Foo
613
{
14+
/**
15+
* Gets the name of the application.
16+
*/
717
public function getName()
818
{
919
return 'Nginx PHP MySQL';

0 commit comments

Comments
 (0)