| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * SCSSPHP |
| 4 | 4 | * |
| 5 | - * @copyright 2015-2018 Leaf Corcoran | |
| 5 | + * @copyright 2015 Leaf Corcoran | |
| 6 | 6 | * |
| 7 | 7 | * @license http://opensource.org/licenses/MIT MIT |
| 8 | 8 | * |
| 9 | 9 | * @link http://leafo.github.io/scssphp |
| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | |
| 12 | 12 | namespace Leafo\ScssPhp\Base; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * Range | |
| 15 | + * Range class | |
| 16 | 16 | * |
| 17 | 17 | * @author Anthon Pang <[email protected]> |
| 18 | 18 | */ |
| 19 | 19 | class Range |