2
0
forked from Wavyzz/dolibarr

FIX return type of return by adding null in return (#28503)

This commit is contained in:
lamrani abdelwadoud
2024-02-28 20:21:29 +01:00
committed by GitHub
parent b666d17eed
commit aea79e6fbf

View File

@@ -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)
{