We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analysis by Scrutinizer CI is not perfect, yet. These is the list of issues:
missing comma after last item in array - not detected
Method name "PodloveSubscribeButton::load_translations" is not in camel caps format WRONG -> function/method should use underscores!
Method name "PodloveSubscribeButton::load_translations" is not in camel caps format
SPACES: array( $variable ) vs array('item') --- really?
array( $variable )
array('item')
empty line before function closing -- wrong
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Analysis by Scrutinizer CI is not perfect, yet.
These is the list of issues:
missing comma after last item in array - not detected
Method name "PodloveSubscribeButton::load_translations" is not in camel caps format
WRONG -> function/method should use underscores!SPACES:
array( $variable )
vsarray('item')
--- really?empty line before function closing -- wrong
The text was updated successfully, but these errors were encountered: