Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Many advancements #26

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Many advancements #26

wants to merge 9 commits into from

Conversation

szepeviktor
Copy link

I'm not really able to describe it :(

Mainly move the main class under the namespace and move it to its PSR-4 compatible file.

@@ -279,7 +279,7 @@ public function isClassMapAuthoritative()
*/
public function setApcuPrefix($apcuPrefix)
{
$this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonbahl Please upgrade your Composer tool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant