mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
PHP warning issued when the CSS is rebuilt (SASS lib)
SVN:trunk[3814]
This commit is contained in:
@@ -355,5 +355,8 @@ abstract class SassLiteral {
|
||||
* @param string the subject string
|
||||
* @return mixed match at the start of the string or false if no match
|
||||
*/
|
||||
abstract public static function isa($subject);
|
||||
public static function isa($subject)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user