The expression return $this returns the type Phpfastcache\Config\IOConfigurationOptionTrait which is incompatible with the documented return type Phpfastcache\Config\Config.
The expression return $this returns the type Phpfastcache\Config\IOConfigurationOptionTrait which is incompatible with the documented return type Phpfastcache\Config\Config.
Loading history...
67
}
68
69
/**
70
* @return bool
71
*/
72
public function isSecureFileManipulation(): bool
73
{
74
return $this->secureFileManipulation;
75
}
76
77
/**
78
* @param bool $secureFileManipulation
79
* @return self
80
*/
81
public function setSecureFileManipulation(bool $secureFileManipulation): self