@@ -14,7 +14,6 @@ |
||
14 | 14 | * long as it does not already exist in the output directory. |
15 | 15 | * |
16 | 16 | */ |
17 | -class RegionTypeQuery extends BaseRegionTypeQuery |
|
18 | -{ |
|
17 | +class RegionTypeQuery extends BaseRegionTypeQuery { |
|
19 | 18 | |
20 | 19 | } |
@@ -14,7 +14,6 @@ |
||
14 | 14 | * long as it does not already exist in the output directory. |
15 | 15 | * |
16 | 16 | */ |
17 | -class SessionQuery extends BaseSessionQuery |
|
18 | -{ |
|
17 | +class SessionQuery extends BaseSessionQuery { |
|
19 | 18 | |
20 | 19 | } |
@@ -74,7 +74,7 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | /** |
77 | - * @param mixed $model |
|
77 | + * @param \keeko\core\model\Activity $model |
|
78 | 78 | * @param mixed $data |
79 | 79 | */ |
80 | 80 | public function hydrate($model, $data) { |
@@ -71,7 +71,7 @@ |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
74 | - * @param mixed $model |
|
74 | + * @param \keeko\core\model\Api $model |
|
75 | 75 | * @param mixed $data |
76 | 76 | */ |
77 | 77 | public function hydrate($model, $data) { |
@@ -74,7 +74,7 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | /** |
77 | - * @param mixed $model |
|
77 | + * @param \keeko\core\model\ApplicationUri $model |
|
78 | 78 | * @param mixed $data |
79 | 79 | */ |
80 | 80 | public function hydrate($model, $data) { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @param mixed $model |
|
61 | + * @param \keeko\core\model\Extension $model |
|
62 | 62 | * @param mixed $data |
63 | 63 | */ |
64 | 64 | public function hydrate($model, $data) { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @param mixed $model |
|
56 | + * @param \keeko\core\model\Preference $model |
|
57 | 57 | * @param mixed $data |
58 | 58 | */ |
59 | 59 | public function hydrate($model, $data) { |
@@ -56,7 +56,7 @@ |
||
56 | 56 | } |
57 | 57 | |
58 | 58 | /** |
59 | - * @param mixed $model |
|
59 | + * @param \keeko\core\model\Session $model |
|
60 | 60 | * @param mixed $data |
61 | 61 | */ |
62 | 62 | public function hydrate($model, $data) { |
@@ -3,7 +3,7 @@ |
||
3 | 3 | $serviceContainer->checkVersion('2.0.0-dev'); |
4 | 4 | $serviceContainer->setAdapterClass('keeko', 'mysql'); |
5 | 5 | $manager = new \Propel\Runtime\Connection\ConnectionManagerSingle(); |
6 | -$manager->setConfiguration(array ( |
|
6 | +$manager->setConfiguration(array( |
|
7 | 7 | 'dsn' => 'mysql:host=localhost;dbname=keeko', |
8 | 8 | 'user' => 'root', |
9 | 9 | 'password' => '', |