File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments