Skip to content

Commit 3c51ea9

Browse files
authored
Merge pull request #13 from magento-commerce/develop
MCLOUD-8200: Release cloud tools
2 parents 6dca123 + 2e02960 commit 3c51ea9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Model/Logger/Handler/Debug.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Debug extends \Magento\Framework\Logger\Handler\Debug
1616
* @param array $record
1717
* @return mixed
1818
*/
19-
public function isHandling(array $record)
19+
public function isHandling(array $record): bool
2020
{
2121
return parent::isHandling($record);
2222
}

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "magento/magento-cloud-components",
33
"description": "Cloud Components Module for Magento 2.x",
44
"type": "magento2-module",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"require": {
7-
"php": "^7.0",
7+
"php": "^7.1",
88
"ext-json": "*",
99
"colinmollenhour/cache-backend-redis": "^1.9",
1010
"colinmollenhour/credis": "^1.6"

0 commit comments

Comments
 (0)