for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* ReportingCloud PHP Wrapper
*
* PHP wrapper for ReportingCloud Web API. Authored and supported by Text Control GmbH.
* @link http://www.reporting.cloud to learn more about ReportingCloud
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
* @license https://raw.githubusercontent.com/TextControl/txtextcontrol-reportingcloud-php/master/LICENSE.md
* @copyright © 2017 Text Control GmbH
*/
namespace TxTextControl\ReportingCloud\PropertyMap;
* IncorrectWord property map
* @package TxTextControl\ReportingCloud
* @author Jonathan Maron (@JonathanMaron)
class IncorrectWord extends AbstractPropertyMap
{
* Set the property map of IncorrectWord
public function __construct()
$this->setMap([
'length' => 'length',
'start' => 'start',
'text' => 'text',
'isDuplicate' => 'is_duplicate',
'language' => 'language',
]);
}