@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package CleverStyle CMS |
|
4 | - * @author Nazar Mokrynskyi <[email protected]> |
|
5 | - * @copyright Copyright (c) 2016, Nazar Mokrynskyi |
|
6 | - * @license MIT License, see license.txt |
|
7 | - */ |
|
3 | + * @package CleverStyle CMS |
|
4 | + * @author Nazar Mokrynskyi <[email protected]> |
|
5 | + * @copyright Copyright (c) 2016, Nazar Mokrynskyi |
|
6 | + * @license MIT License, see license.txt |
|
7 | + */ |
|
8 | 8 | namespace cs\DB; |
9 | 9 | class SQLite extends _Abstract { |
10 | 10 | /** |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * |
27 | 27 | * @return mixed |
28 | 28 | */ |
29 | - function &offsetGet ($index) { |
|
29 | + function &offsetGet($index) { |
|
30 | 30 | return $this->route_ids[$index]; |
31 | 31 | } |
32 | 32 | /** |