Skip to content

Commit a4b566f

Browse files
committed
Update docblocks
1 parent d380170 commit a4b566f

25 files changed

+26
-26
lines changed

src/Base/Range.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2017 Leaf Corcoran
5+
* @copyright 2015-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Colors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Compiler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*
@@ -1774,7 +1774,7 @@ protected function compileChild($child, OutputBlock $out)
17741774
$start = $this->reduce($for->start, true);
17751775
$end = $this->reduce($for->end, true);
17761776

1777-
if ( ! ($start[2] == $end[2] || $end->unitless())) {
1777+
if (! ($start[2] == $end[2] || $end->unitless())) {
17781778
$this->throwError('Incompatible units: "%s" and "%s".', $start->unitStr(), $end->unitStr());
17791779

17801780
break;

src/Compiler/Environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Exception/CompilerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Exception/ParserException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Exception/RangeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Exception/ServerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

src/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* SCSSPHP
44
*
5-
* @copyright 2012-2017 Leaf Corcoran
5+
* @copyright 2012-2018 Leaf Corcoran
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*

0 commit comments

Comments
 (0)