Skip to content

Commit 24e99a3

Browse files
committed
Cosmetic change to Database-Interface
1 parent e93f905 commit 24e99a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Kir/MySQL/Database.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace Kir\MySQL;
33

4-
use Kir\MySQL\Builder\RunnableSelect;
54
use PDOStatement;
65

76
interface Database {
@@ -49,7 +48,7 @@ public function quoteField($field);
4948

5049
/**
5150
* @param array $fields
52-
* @return RunnableSelect
51+
* @return Builder\RunnableSelect
5352
*/
5453
public function select(array $fields = array());
5554

0 commit comments

Comments
 (0)