diff --git a/application/libraries/Google_sync.php b/application/libraries/Google_sync.php index a648d704..85fdac07 100644 --- a/application/libraries/Google_sync.php +++ b/application/libraries/Google_sync.php @@ -12,15 +12,15 @@ * ---------------------------------------------------------------------------- */ /** - * Google Synchronization Class + * Class Google_sync * - * This class implements all the core synchronization between the Google Calendar - * and the Easy!Appointments system. Do not place any model handling inside this - * library. + * This class implements all the core synchronization between the Google Calendar and the Easy!Appointments system. + * + * Do not place any model handling inside this library. * * @package Libraries */ -class Google_Sync { +class Google_sync { /** * CodeIgniter Instance *