Skip to content

Commit 515081d

Browse files
committed
[+]: More tests [+]: DotArray complete __invoke @return comment
1 parent 835ed87 commit 515081d

File tree

3 files changed

+410
-161
lines changed

3 files changed

+410
-161
lines changed

src/DotArray.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function __destruct()
235235
*
236236
* @param null|string $key
237237
*
238-
* @return mixed
238+
* @return mixed|static
239239
*/
240240
public function __invoke($key = null)
241241
{

0 commit comments

Comments
 (0)