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

[Refactor] Proxy/Request namespace and context #1947

Merged
merged 4 commits into from
Dec 8, 2020

Conversation

alagroy-42
Copy link
Contributor

#1936 with the new files already moved.

lizmap/modules/lizmap/lib/Request/WFSRequest.php Outdated Show resolved Hide resolved
lizmap/modules/lizmap/lib/Request/Proxy.php Outdated Show resolved Hide resolved
lizmap/modules/lizmap/lib/Request/Proxy.php Outdated Show resolved Hide resolved
lizmap/modules/lizmap/lib/Request/Proxy.php Outdated Show resolved Hide resolved
@alagroy-42 alagroy-42 force-pushed the ProxyRequestRefactor branch 2 times, most recently from b9d5450 to e509f1b Compare December 8, 2020 12:31
Copy link
Collaborator

@laurentj laurentj left a comment

Choose a reason for hiding this comment

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

still have some issues on documentation. It will be ok after that


protected static $appContext = null;

public static function setServices($services)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Type of parameters is missing (in an @param or directly into the code).
Please document parameters and return values for all new methods.

Copy link
Collaborator

Choose a reason for hiding this comment

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

the syntax is @param <type> <parameter name>

@param \lizmapServices $services. No two @param for the same parameter.

@alagroy-42 alagroy-42 force-pushed the ProxyRequestRefactor branch 2 times, most recently from 54145c2 to 3a5f083 Compare December 8, 2020 14:04
@laurentj laurentj merged commit eb629cd into 3liz:refactor Dec 8, 2020
@alagroy-42 alagroy-42 deleted the ProxyRequestRefactor branch December 8, 2020 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants