Skip to content

Commit a058b8c

Browse files
committed
typos
1 parent 02ab2ff commit a058b8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Database/Helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class Helpers
2020
{
2121
/** @var int maximum SQL length */
22-
static public $maxLength = 100;
22+
public static $maxLength = 100;
2323

2424
/** @var array */
2525
public static $typePatterns = [

src/Database/Table/GroupedSelection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(Context $context, IConventions $conventions, $tableN
5555
* Sets active group.
5656
* @internal
5757
* @param int primary key of grouped rows
58-
* @return GroupedSelection
58+
* @return self
5959
*/
6060
public function setActive($active)
6161
{

src/Database/Table/Selection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ protected function saveCacheState()
564564

565565
/**
566566
* Returns Selection parent for caching.
567-
* @return Selection
567+
* @return self
568568
*/
569569
protected function getRefTable(& $refPath)
570570
{

0 commit comments

Comments
 (0)