Skip to content

Commit 436ed50

Browse files
author
Steein Inc
committed
Adding comments to the class
1 parent a802c3f commit 436ed50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/SteeinJSON/JSON.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
use SteeinJSON\Exceptions\TypeException;
1212
use SteeinJSON\Exceptions\ValidationException;
1313

14+
/****
15+
* This library is an object-oriented interface that works with data in JSON format Edit
16+
*
17+
* @package SteeinJSON
18+
*
19+
* @author Shamsudin Serderov
20+
* @url https://www.steein.ru
21+
*
22+
* @copyright 2017 - Steein Inc
23+
* @version 7 >=
24+
*/
1425
class JSON
1526
{
1627

0 commit comments

Comments
 (0)