1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00

corrected English grammar in docblocks

This commit is contained in:
Douglas Greenshields 2013-08-13 20:45:04 +01:00
parent 6372e60086
commit 494ab1fc2b

View file

@ -1493,7 +1493,7 @@ public function __construct()
* *
* @return string The literal string for the inheritance type. * @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) protected function getInheritanceTypeString($type)
{ {
@ -1509,7 +1509,7 @@ public function __construct()
* *
* @return string The literal string for the change-tracking type. * @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) protected function getChangeTrackingPolicyString($type)
{ {
@ -1525,7 +1525,7 @@ public function __construct()
* *
* @return string The literal string for the generator type. * @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) protected function getIdGeneratorTypeString($type)
{ {