Skip to content

Commit 7aeb15f

Browse files
committed
Docblock update
1 parent bc5cd6c commit 7aeb15f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/example.php

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?php
22
/**
3-
* The index file, we can run our code from here
3+
* Example usage of the php-simple-sessions package
44
*
5-
* A program which prints numbers from 1 to 100 with the following conditions:
6-
* multiples of 3 print "Fizz" instead of the number
7-
* multiples of 5 print "Buzz" instead of the number
8-
* multiples of 3 & 5 print "FizzBuzz"
9-
*
10-
* @package fizz-buzz
5+
* @package php-simple-sessions
116
* @author Liam Kelly <https://github.com/likel>
127
* @copyright 2017 Liam Kelly
13-
* @license https://github.com/likel/fizz-buzz/blob/master/LICENSE GPL-3.0 License
14-
* @link https://github.com/likel/fizz-buzz
8+
* @license MIT License <https://github.com/likel/fizz-buzz/blob/master/LICENSE>
9+
* @link https://github.com/likel/php-simple-sessions
1510
* @version 1.0.0
1611
*/
1712

0 commit comments

Comments
 (0)