forked from Automattic/msm-sitemap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace nested dirname() calls - Remove unnecessary local variables - Replace qualifiers with an import - Unwrap unnecessary typecast - Use strpos() instead of substr() - Use instanceof instead of is_a() - Update DocBlocks - Use decrement operator - Replace misused foreach() with array_sum() - Declare closure static - Declare access modifiers - Declare return types where possible - Add parameter and property types - Use more appropriate assertions - Improve regular expression - Remove unnecessary time() argument from strotime() calls - Add more entropy to uniqid() calls - Remove unused code
- Loading branch information
Showing
8 changed files
with
203 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.