Completed
Push — master ( 54fa45...b83653 )
by Thomas
06:00
created
src/model/Action.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 Action extends BaseAction
18
-{
17
+class Action extends BaseAction {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/ActionQuery.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 ActionQuery extends BaseActionQuery
18
-{
17
+class ActionQuery extends BaseActionQuery {
19 18
 
20 19
 } // ActionQuery
Please login to merge, or discard this patch.
src/model/Activity.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 Activity extends BaseActivity
18
-{
17
+class Activity extends BaseActivity {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/ActivityObject.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,7 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class ActivityObject extends BaseActivityObject
18
-{
17
+class ActivityObject extends BaseActivityObject {
19 18
 	const VERB_POST = 'post';
20 19
 	const VERB_ACCEPT = 'accept';
21 20
 	const VERB_ACCESS = 'access';
Please login to merge, or discard this patch.
src/model/ActivityObjectQuery.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 ActivityObjectQuery extends BaseActivityObjectQuery
18
-{
17
+class ActivityObjectQuery extends BaseActivityObjectQuery {
19 18
 
20 19
 } // ActivityObjectQuery
Please login to merge, or discard this patch.
src/model/ActivityQuery.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 ActivityQuery extends BaseActivityQuery
18
-{
17
+class ActivityQuery extends BaseActivityQuery {
19 18
 
20 19
 } // ActivityQuery
Please login to merge, or discard this patch.
src/model/Api.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 Api extends BaseApi
18
-{
17
+class Api extends BaseApi {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/ApiQuery.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 ApiQuery extends BaseApiQuery
18
-{
17
+class ApiQuery extends BaseApiQuery {
19 18
 
20 19
 } // ApiQuery
Please login to merge, or discard this patch.
src/model/Application.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 Application extends BaseApplication
18
-{
17
+class Application extends BaseApplication {
19 18
 
20 19
 }
Please login to merge, or discard this patch.