1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Merge pull request #755 from shieldo/patch-2

corrected English grammar in docblocks
This commit is contained in:
Guilherme Blanco 2013-08-13 14:42:52 -07:00
commit 6e265686ec

View File

@ -1493,7 +1493,7 @@ public function __construct()
*
* @return string The literal string for the inheritance type.
*
* @throws \InvalidArgumentException When the inheritance type does not exists.
* @throws \InvalidArgumentException When the inheritance type does not exist.
*/
protected function getInheritanceTypeString($type)
{
@ -1509,7 +1509,7 @@ public function __construct()
*
* @return string The literal string for the change-tracking type.
*
* @throws \InvalidArgumentException When the change-tracking type does not exists.
* @throws \InvalidArgumentException When the change-tracking type does not exist.
*/
protected function getChangeTrackingPolicyString($type)
{
@ -1525,7 +1525,7 @@ public function __construct()
*
* @return string The literal string for the generator type.
*
* @throws \InvalidArgumentException When the generator type does not exists.
* @throws \InvalidArgumentException When the generator type does not exist.
*/
protected function getIdGeneratorTypeString($type)
{