Minor refactoring

This commit is contained in:
Meritoo
2019-03-04 18:52:56 +01:00
parent 2247000a8a
commit c175fcd126
19 changed files with 82 additions and 80 deletions

View File

@@ -263,7 +263,7 @@ class Collection implements Countable, ArrayAccess, IteratorAggregate
}
/**
* Returns an array representation of the collection
* Returns representation of object as array
*
* @return array
*/

View File

@@ -88,7 +88,7 @@ class Version
}
/**
* Returns string representation of instance of this class
* Returns representation of object as string
*
* @return string
*/