Skip to content

Commit

Permalink
ACMP-1263: Update Monolog (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftedreality authored Sep 14, 2021
1 parent 56b96f5 commit 2e02960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Logger/Handler/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Debug extends \Magento\Framework\Logger\Handler\Debug
* @param array $record
* @return mixed
*/
public function isHandling(array $record)
public function isHandling(array $record): bool
{
return parent::isHandling($record);
}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "magento/magento-cloud-components",
"description": "Cloud Components Module for Magento 2.x",
"type": "magento2-module",
"version": "1.0.8",
"version": "1.0.9",
"require": {
"php": "^7.0",
"php": "^7.1",
"ext-json": "*",
"colinmollenhour/cache-backend-redis": "^1.9",
"colinmollenhour/credis": "^1.6"
Expand Down

0 comments on commit 2e02960

Please sign in to comment.