Skip to content

Commit 809cb01

Browse files
committed
fixing code-style
1 parent 8c05369 commit 809cb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JsonPointer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ public static function get($holder, $pathItems)
173173
}
174174

175175
/**
176-
* @param $holder
177-
* @param $pointer
176+
* @param mixed $holder
177+
* @param string $pointer
178178
* @return bool|mixed
179179
* @throws Exception
180180
*/

0 commit comments

Comments
 (0)