Skip to content
New issue

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

PHP7 Compatibility release #2

Open
wants to merge 8 commits into
base: integration
Choose a base branch
from

Conversation

alexnantel88
Copy link

No description provided.

@alexnantel88
Copy link
Author

wait for @nitriques to merge it

@nitriques nitriques self-assigned this Jun 28, 2017
@nitriques nitriques self-requested a review June 28, 2017 14:11
@nitriques nitriques changed the base branch from master to integration June 28, 2017 14:22
@@ -14,6 +14,9 @@
</author>
</authors>
<releases>
<release version="2.1.0" date="2017-06-28" min="2.6.0" max="2.x.x">
- PHP7 Compatibility
</release>
Copy link
Member

Choose a reason for hiding this comment

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

This would need to be properly aligned

@@ -60,21 +60,21 @@ function groupRecords($records){
return $groups;
}

function displaySettingsPanel(&$wrapper, $errors=NULL){
function displaySettingsPanel(XMLElement &$wrapper, $errors=NULL){
Copy link
Member

Choose a reason for hiding this comment

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

NULL should be lowercase (null)

@nitriques
Copy link
Member

@alexnantel88 ping!

Alexandra Nantel added 4 commits August 25, 2017 10:05
Change NULL to null
Reindent meta
PHP true,false,null in lowercase
SQL keywords uppercase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants