Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit 9266810

Browse files
committed
patch 'key'
1 parent 071a0ad commit 9266810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Helper/Helpers/Arr/Arr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected function findPath(array $storage, array $keys)
132132
{
133133
if (!$this->keyExists($rows, $key))
134134
{
135-
throw new ExceptionEmpty("Key {$key} not found");
135+
throw new ExceptionEmpty("Key '{$key}' not found");
136136
}
137137

138138
$rows = &$rows[$key];

0 commit comments

Comments
 (0)