Completed
Push — master ( aa44e9...fa84e5 )
by Ralf
90:14 queued 73:21
created
mail/inc/class.mail_bo.inc.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,4 +19,6 @@
 block discarded – undo
19 19
  *
20 20
  * @deprecated use Api\Mail
21 21
  */
22
-class mail_bo extends Mail {}
22
+class mail_bo extends Mail
23
+{
24
+}
Please login to merge, or discard this patch.
addressbook/sitemgr/class.module_addressbook_contactform.inc.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 	 */
26 26
 	function __construct()
27 27
 	{
28
-		$this->arguments = array();	// get's set in get_user_interface
28
+		$this->arguments = array(); // get's set in get_user_interface
29 29
 		$this->title = lang('Display Contact');
30 30
 		$this->description = lang('This module displays Block from a Adddressbook Group.');
31 31
 
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 			'adr_one_locality'     => lang('city').' + '.lang('zip code'),
61 61
 			'country'               => lang('country'),
62 62
 		);
63
-		foreach($uicontacts->customfields as $name => $data)
63
+		foreach ($uicontacts->customfields as $name => $data)
64 64
 		{
65 65
 			$fields['#'.$name] = $data['label'];
66 66
 		}
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 				'label' => lang('Addressbook the contact should be shown').' ('.lang('The anonymous user needs read it!').')',
72 72
 				'options' => array(
73 73
 					'' => lang('All'),
74
-				)+$uicontacts->get_addressbooks(Acl::ADD)	// add to not show the accounts!
74
+				) + $uicontacts->get_addressbooks(Acl::ADD)	// add to not show the accounts!
75 75
 			),
76 76
 			'arg2' => array(
77 77
 				'type' => 'select',
Please login to merge, or discard this patch.
addressbook/inc/class.addressbook_so.inc.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,4 +20,6 @@
 block discarded – undo
20 20
  * @depreacated use Api\Contacts
21 21
  */
22 22
 
23
-class addressbook_so extends Api\Contacts\Storage {}
23
+class addressbook_so extends Api\Contacts\Storage
24
+{
25
+}
Please login to merge, or discard this patch.
addressbook/inc/class.addressbook_merge.inc.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,4 +18,6 @@
 block discarded – undo
18 18
  *
19 19
  * @deprecated use Api\Contacts\Merge
20 20
  */
21
-class addressbook_merge extends Merge {}
22 21
\ No newline at end of file
22
+class addressbook_merge extends Merge
23
+{
24
+}
23 25
\ No newline at end of file
Please login to merge, or discard this patch.
home/setup/setup.inc.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,5 +27,5 @@
 block discarded – undo
27 27
 /* Dependencies for this app to work */
28 28
 $setup_info['home']['depends'][] = array(
29 29
 	'appname' => 'api',
30
-	'versions' => Array('16.1')
30
+	'versions' => array('16.1')
31 31
 );
Please login to merge, or discard this patch.
preferences/setup/setup.inc.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,5 +27,5 @@
 block discarded – undo
27 27
 /* Dependencies for this app to work */
28 28
 $setup_info['home']['depends'][] = array(
29 29
 	'appname' => 'api',
30
-	'versions' => Array('16.1')
30
+	'versions' => array('16.1')
31 31
 );
Please login to merge, or discard this patch.
pixelegg/setup/setup.inc.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,5 +27,5 @@
 block discarded – undo
27 27
 /* Dependencies for this app to work */
28 28
 $setup_info['home']['depends'][] = array(
29 29
 	'appname' => 'api',
30
-	'versions' => Array('16.1')
30
+	'versions' => array('16.1')
31 31
 );
Please login to merge, or discard this patch.