@@ -345,7 +345,7 @@ discard block |
||
| 345 | 345 | |
| 346 | 346 | /** |
| 347 | 347 | * @link http://php.net/manual/en/pdo.getavailabledrivers.php |
| 348 | - * @return array |
|
| 348 | + * @return string[] |
|
| 349 | 349 | */ |
| 350 | 350 | public static function getAvailableDrivers() |
| 351 | 351 | { |
@@ -380,7 +380,7 @@ discard block |
||
| 380 | 380 | * @param array $driver_options |
| 381 | 381 | * |
| 382 | 382 | * @link http://php.net/manual/en/pdo.prepare.php |
| 383 | - * @return bool|PdoOci8Statement |
|
| 383 | + * @return PdoOci8Statement |
|
| 384 | 384 | */ |
| 385 | 385 | public function prepare($statement, $driver_options = array()) |
| 386 | 386 | { |
@@ -31,6 +31,9 @@ |
||
| 31 | 31 | /** @var \ArrayIterator */ |
| 32 | 32 | private $iterator; |
| 33 | 33 | |
| 34 | + /** |
|
| 35 | + * @param string $sqlText |
|
| 36 | + */ |
|
| 34 | 37 | public function __construct(Oci8ConnectionInterface $connection, $sqlText, $options = array()) |
| 35 | 38 | { |
| 36 | 39 | if (!is_string($sqlText)) { |