@@ -121,7 +121,7 @@ public function __construct($config, RequestInterface $request, ResponseInterfac
121121 * Sample :
122122 * $filters->aliases['custom-auth'] = \Acme\Blob\Filters\BlobAuth::class;
123123 */
124- private function discoverFilters ()
124+ private function discoverFilters (): void
125125 {
126126 $ locator = Services::locator ();
127127
@@ -144,6 +144,8 @@ private function discoverFilters()
144144
145145 /**
146146 * Set the response explicitly.
147+ *
148+ * @return void
147149 */
148150 public function setResponse (ResponseInterface $ response )
149151 {
@@ -390,6 +392,8 @@ public function getArguments(?string $key = null)
390392 * Add any applicable (not excluded) global filter settings to the mix.
391393 *
392394 * @param string $uri
395+ *
396+ * @return void
393397 */
394398 protected function processGlobals (?string $ uri = null )
395399 {
@@ -430,6 +434,8 @@ protected function processGlobals(?string $uri = null)
430434
431435 /**
432436 * Add any method-specific filters to the mix.
437+ *
438+ * @return void
433439 */
434440 protected function processMethods ()
435441 {
@@ -449,6 +455,8 @@ protected function processMethods()
449455 * Add any applicable configured filters to the mix.
450456 *
451457 * @param string $uri
458+ *
459+ * @return void
452460 */
453461 protected function processFilters (?string $ uri = null )
454462 {
@@ -480,6 +488,8 @@ protected function processFilters(?string $uri = null)
480488 /**
481489 * Maps filter aliases to the equivalent filter classes
482490 *
491+ * @return void
492+ *
483493 * @throws FilterException
484494 */
485495 protected function processAliasesToClass (string $ position )
0 commit comments