Update src/Capabilities/ICanHandleRequests.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp
2021-11-16 22:37:43 +01:00
committed by Philipp
parent c95d47b0b4
commit 90cde9898b

View File

@@ -10,7 +10,7 @@ interface ICanHandleRequests
/** /**
* Initialization method common to both content() and post() * Initialization method common to both content() and post()
* *
* Extend this method if you need to do any shared processing before both * Extend this method if you need to do any shared processing before either
* content() or post() * content() or post()
*/ */
public function init(); public function init();