Browse Source

update comment

main
ghost 11 months ago
parent
commit
74179b6c04
  1. 2
      src/Get.php

2
src/Get.php

@ -8,7 +8,7 @@ class Get
{ {
private array $_errors = []; private array $_errors = [];
// Decode pieces data (by keva_get namespace response) // Decode pieces (by keva_get namespace response)
public function decode(array $pieces): ?string public function decode(array $pieces): ?string
{ {
$chain = []; $chain = [];

Loading…
Cancel
Save