We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dca123 + 2e02960 commit 3c51ea9Copy full SHA for 3c51ea9
Model/Logger/Handler/Debug.php
@@ -16,7 +16,7 @@ class Debug extends \Magento\Framework\Logger\Handler\Debug
16
* @param array $record
17
* @return mixed
18
*/
19
- public function isHandling(array $record)
+ public function isHandling(array $record): bool
20
{
21
return parent::isHandling($record);
22
}
composer.json
@@ -2,9 +2,9 @@
2
"name": "magento/magento-cloud-components",
3
"description": "Cloud Components Module for Magento 2.x",
4
"type": "magento2-module",
5
- "version": "1.0.8",
+ "version": "1.0.9",
6
"require": {
7
- "php": "^7.0",
+ "php": "^7.1",
8
"ext-json": "*",
9
"colinmollenhour/cache-backend-redis": "^1.9",
10
"colinmollenhour/credis": "^1.6"
0 commit comments