Commit 2f560d19 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-998 Protected methods should start with a lowercase letter.

Released under the Affero GNU General Public License (AGPL) version 3.
parent f208c754
......@@ -153,7 +153,7 @@ abstract class ContactWorker {
* @access protected
* @return array
*/
protected abstract function GetGABs();
protected abstract function getGABs();
/**
* Performs the actual synchronization for a single GAB.
......
......@@ -102,7 +102,7 @@ class Kopano extends ContactWorker {
* @access protected
* @return array
*/
protected function GetGABs() {
protected function getGABs() {
$names = array();
$companies = mapi_zarafa_getcompanylist($this->store);
if (is_array($companies)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment