Explorar o código

PHP warning issued when the CSS is rebuilt (SASS lib)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3814 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=9) %!d(string=hai) anos
pai
achega
98e884a7cf
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      lib/sass/sass/script/literals/SassLiteral.php

+ 4 - 1
lib/sass/sass/script/literals/SassLiteral.php

@@ -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;
+	}
 }