forked from Wavyzz/dolibarr
FIX return type of return by adding null in return (#28503)
This commit is contained in:
committed by
GitHub
parent
b666d17eed
commit
aea79e6fbf
@@ -2281,7 +2281,7 @@ class Lessc
|
||||
*
|
||||
* @param mixed $in Input
|
||||
* @param bool $force Force rebuild?
|
||||
* @return array lessphp cache structure
|
||||
* @return array|null lessphp cache structure
|
||||
*/
|
||||
public function cachedCompile($in, $force = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user