File tree Expand file tree Collapse file tree 17 files changed +3
-179
lines changed Expand file tree Collapse file tree 17 files changed +3
-179
lines changed Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : noNamespaceSchemaLocation =" phpcs.xsd" >
55
6- <rule ref =" PEAR" />
6+ <rule ref =" PEAR" >
7+ <exclude name =" PEAR.Commenting.FileComment.Missing" />
8+ </rule >
79 <rule ref =" Generic.Files.LineLength" >
810 <properties >
911 <property name =" lineLimit" value =" 100" />
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Netresearch
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link http://cweiske.de/
12- */
13-
142/**
153 * Automatically map JSON structures into objects.
164 *
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Netresearch
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link http://cweiske.de/
12- */
13-
142/**
153 * Simple exception
164 *
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Tools
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link https://github.com/cweiske/jsonmapper
12- */
13-
142use namespacetest \model \MyArrayObject ;
153
164/**
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Tools
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link https://github.com/cweiske/jsonmapper
12- */
13-
142/**
153 * Unit tests for JsonMapper's classMap
164 *
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Tools
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link https://github.com/cweiske/jsonmapper
12- */
13-
142use PHPUnit \Framework \TestCase ;
153
164/**
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Tools
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link https://github.com/cweiske/jsonmapper
12- */
13-
142/**
153 * Unit tests for JsonMapper's object handling
164 *
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @package JsonMapper
8- * @author Christian Weiske <cweiske@cweiske.de>
9- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
10- * @link http://cweiske.de/
11- */
12-
132/**
143 * Unit tests for JsonMapper that don't fit in other categories
154 *
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @package JsonMapper
8- * @author Christian Weiske <cweiske@cweiske.de>
9- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
10- * @link http://cweiske.de/
11- */
12-
132/**
143 * Unit tests for JsonMapper option "bRemoveUndefinedAttributes".
154 *
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Part of JsonMapper
4- *
5- * PHP version 5
6- *
7- * @category Tools
8- * @package JsonMapper
9- * @author Christian Weiske <cweiske@cweiske.de>
10- * @license OSL-3.0 http://opensource.org/licenses/osl-3.0
11- * @link https://github.com/cweiske/jsonmapper
12- */
13-
142/**
153 * Unit tests for JsonMapper's simple type handling
164 *
You can’t perform that action at this time.
0 commit comments