Skip to content

Commit 6132b72

Browse files
committed
cs
1 parent 80ecf18 commit 6132b72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Database/IConventions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
interface IConventions
1616
{
17-
1817
/**
1918
* Returns primary key for table.
2019
* @return string|string[]|null

src/Database/IRowContainer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
interface IRowContainer extends \Traversable
1717
{
18-
1918
/**
2019
* Fetches single row object.
2120
*/

0 commit comments

Comments
 (0)