diff --git a/lib/private/util.php b/lib/private/util.php
index fa0c6f13c9aa7849a3ef0ca88c939949ae486f67..0e1bb3483c6a81628cfec38d1872fe32e1ff95af 100644
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -1257,9 +1257,10 @@ class OC_Util {
 	 * caller should fall back on clearing the entire cache
 	 * with clearOpcodeCache() if unsuccessful
 	 *
+	 * @param string $path the path of the file to clear from the cache
 	 * @return bool true if underlying function returns true, otherwise false
 	 */
-	public static function deleteFromOpcodeCache($path=NULL) {
+	public static function deleteFromOpcodeCache($path) {
 		$ret = false;
 		if ($path) {
 			// APC >= 3.1.1