File tree 16 files changed +22
-21
lines changed
16 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<rule ref =" PEAR" >
7
7
<exclude name =" PEAR.Commenting.FileComment.Missing" />
8
+ <exclude name =" PEAR.Commenting.ClassComment.MissingCategoryTag" />
8
9
</rule >
9
10
<rule ref =" Generic.Files.LineLength" >
10
11
<properties >
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Automatically map JSON structures into objects.
4
4
*
5
- * @category Netresearch
6
- * @package JsonMapper
7
- * @author Christian Weiske <cweiske@cweiske.de>
8
- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
9
- * @link http://cweiske.de/
5
+ * @package JsonMapper
6
+ * @author Christian Weiske <cweiske@cweiske.de>
7
+ * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
8
+ * @link http://cweiske.de/
10
9
*/
11
10
class JsonMapper
12
11
{
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Simple exception
4
4
*
5
- * @category Netresearch
6
- * @package JsonMapper
7
- * @author Christian Weiske <cweiske@cweiske.de>
8
- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
9
- * @link http://cweiske.de/
5
+ * @package JsonMapper
6
+ * @author Christian Weiske <cweiske@cweiske.de>
7
+ * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
8
+ * @link http://cweiske.de/
10
9
*/
11
10
class JsonMapper_Exception extends Exception
12
11
{
Original file line number Diff line number Diff line change 4
4
/**
5
5
* Unit tests for JsonMapper's array handling
6
6
*
7
- * @category Tools
7
+ * @category Tests
8
8
* @package JsonMapper
9
9
* @author Christian Weiske <cweiske@cweiske.de>
10
10
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 7
7
/**
8
8
* Unit tests for JsonMapper's support for PHP 7.4 typed arrays
9
9
*
10
- * @category Tools
10
+ * @category Tests
11
11
* @package JsonMapper
12
12
* @author Martin Reinfandt <martin.reinfandt@check24.de>
13
13
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 7
7
/**
8
8
* Unit tests for JsonMapper's support for PHP 8.0 typed arrays for properties with constructor promotion
9
9
*
10
- * @category Tools
10
+ * @category Tests
11
11
* @package JsonMapper
12
12
* @author Andreas Wunderwald <wundii@gmail.com>
13
13
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Unit tests for JsonMapper's classMap
4
4
*
5
- * @category Tools
5
+ * @category Tests
6
6
* @package JsonMapper
7
7
* @author Christian Weiske <cweiske@cweiske.de>
8
8
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 5
5
/**
6
6
* Unit tests for JsonMapper's support for PHP 8.1 enums
7
7
*
8
- * @category Tools
8
+ * @category Tests
9
9
* @package JsonMapper
10
10
* @author Martin Reinfandt <martin.reinfandt@check24.de>
11
11
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 4
4
/**
5
5
* Unit tests for JsonMapper's object handling (events)
6
6
*
7
- * @category Tools
7
+ * @category Tests
8
8
* @package JsonMapper
9
9
* @author Christian Weiske <cweiske@cweiske.de>
10
10
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Unit tests for JsonMapper's support for PHP 8.0 mixed type
5
5
*
6
- * @category Tools
6
+ * @category Tests
7
7
* @package JsonMapper
8
8
* @author Lukas Cerny <lukas.cerny@futuretek.cz>
9
9
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Unit tests for JsonMapper's object handling
4
4
*
5
- * @category Tools
5
+ * @category Tests
6
6
* @package JsonMapper
7
7
* @author Christian Weiske <cweiske@cweiske.de>
8
8
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Unit tests for JsonMapper that don't fit in other categories
4
4
*
5
+ * @category Tests
5
6
* @package JsonMapper
6
7
* @author Christian Weiske <cweiske@cweiske.de>
7
8
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Unit tests for JsonMapper option "bRemoveUndefinedAttributes".
4
4
*
5
+ * @category Tests
5
6
* @package JsonMapper
6
7
* @author Christian Weiske <cweiske@cweiske.de>
7
8
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Unit tests for JsonMapper's simple type handling
4
4
*
5
- * @category Tools
5
+ * @category Tests
6
6
* @package JsonMapper
7
7
* @author Christian Weiske <cweiske@cweiske.de>
8
8
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Unit tests for JsonMapper's support for PHP 7.4 strict types
5
5
*
6
- * @category Tools
6
+ * @category Tests
7
7
* @package JsonMapper
8
8
* @author Lukas Cerny <lukas.cerny@futuretek.cz>
9
9
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Unit tests for JsonMapper's union type handling
5
5
*
6
- * @category Tools
6
+ * @category Tests
7
7
* @package JsonMapper
8
8
* @author Christian Weiske <cweiske@cweiske.de>
9
9
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0
You can’t perform that action at this time.
0 commit comments