-
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.
Adaptations to allow location retrieval for Ibexa Platform 2.5 and Sy…
…mfony 3.4 PHP: - TwigTestDisplayService.php: Removed unused comment - ConfigPathUtility.php: Merged two catch blocks into one, since the other one does not serve any purpose any more (which makes the code shorter and easier to read) - CustomContainerBuilder.php: Removed all type hints in function signatures for scalar / fundamental types (like string, bool etc.), to make the function definitions compatible with its parent's functions (to allow the boot process to commence) - CustomDelegatingLoader.php: Removed scalar type hints from function signatures for compatibility with the parent class - CustomGlobLoader.php: Refactored comments for more readability and removed scalar type hints from function signatures - LoadInitializer.php: 1. Added and refactored comments to make the code more readable (and the comments as well) 2. Added an overwrite for the getContainerClass-function to make sure the custom kernel is able to boot up (since in Symfony 3.4 the the boot process does not take the class of the kernel calling the process into account, leading to the same cached container for every kernel, prohibiting the custom kernel to boot) - LocationAwareParameterBag.php: Removed scalar type hints from function signature (for the same reason as before) - LocationRetrievalCoordinator.php: 1. Small refactorings for a better code structure and readability 2. Added boolean which determines whether the value of the cached item will be set even if it is present in the cache (this was done to prevent a deleted cached item to trigger a false cache hit and move past setting the cache item (which had already been deleted) again, leading to empty cached items) - Utility.php: 1. Small refactorings for better code readability 2. Added documentation to the cacheContract replacement function of the Utility and added optional boolean to state whether the cached item will be overwritten no matter what
- Loading branch information
JAC - Frederic Bauer
committed
Dec 15, 2020
1 parent
2fd1506
commit 418d8d6
Showing
10 changed files
with
84 additions
and
37 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
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
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