Completed
Push — master ( 1a1676...f7e1a1 )
by Thomas
04:58
created
src/model/RegionTypeQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/model/SessionQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/serializer/base/ActivitySerializerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/serializer/base/ApiSerializerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/serializer/base/ApplicationUriSerializerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/serializer/base/ExtensionSerializerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/serializer/base/PreferenceSerializerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/serializer/base/SessionSerializerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
res/database/generated-conf/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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' => '',
Please login to merge, or discard this patch.