Minor comment changes for consistency

This commit is contained in:
Alex Tselegidis 2021-11-06 16:21:27 +01:00
parent 1570afbea9
commit 54e86795d5
28 changed files with 31 additions and 31 deletions

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Appointments controller
* Appointments controller.
*
* Handles the appointment related operations.
*
@ -20,7 +20,7 @@
*/
class Appointments extends EA_Controller {
/**
* Class Constructor
* Appointments constructor.
*/
public function __construct()
{

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Backend controller
* Backend controller.
*
* Handles the backend related operations.
*
@ -20,7 +20,7 @@
*/
class Backend extends EA_Controller {
/**
* Class Constructor
* Backend constructor.
*/
public function __construct()
{

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Backend API controller
* Backend API controller.
*
* Handles the backend API related operations.
*

View File

@ -14,7 +14,7 @@
use Gregwar\Captcha\CaptchaBuilder;
/**
* Captcha controller
* Captcha controller.
*
* Handles the captcha operations.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Consents controller
* Consents controller.
*
* Handles user consent related operations.
*

View File

@ -14,7 +14,7 @@
require_once __DIR__ . '/Google.php';
/**
* Console controller
* Console controller.
*
* Handles all the Console related operations.
*/

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Errors controller
* Errors controller.
*
* Handles the app error related operations.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Google controller
* Google controller.
*
* Handles the Google Calendar synchronization related operations.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Installation controller
* Installation controller.
*
* Handles the installation related operations.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Privacy controller
* Privacy controller.
*
* Handles the privacy related operations.
*
@ -20,7 +20,7 @@
*/
class Privacy extends EA_Controller {
/**
* Privacy constructor
* Privacy constructor.
*/
public function __construct()
{

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* User controller
* User controller.
*
* Handles the user related operations.
*

View File

@ -13,7 +13,7 @@
/**
* Accounts library
* Accounts library.
*
* Handles account related functionality.
*

View File

@ -13,7 +13,7 @@
/**
* Availability library
* Availability library.
*
* Handles availability related functionality.
*

View File

@ -14,7 +14,7 @@
use Google\Service\Calendar\Events;
/**
* Google sync library
* Google sync library.
*
* Handles Google Calendar API related functionality.
*

View File

@ -23,7 +23,7 @@ use Jsvrcek\ICS\Model\Relationship\Organizer;
use Jsvrcek\ICS\Utility\Formatter;
/**
* Ics file library
* Ics file library.
*
* Handle ICS related functionality.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Notifications library
* Notifications library.
*
* Handles the notifications related functionality.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Synchronization library
* Synchronization library.
*
* Handles external calendar synchronization functionality.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Timezones library
* Timezones library.
*
* Handles timezone related functionality.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Admins model
* Admins model.
*
* Handles all the database operations of the admin resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Consents model
* Consents model.
*
* Handles all the database operations of the consent resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Customers model
* Customers model.
*
* Handles all the database operations of the customer resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Providers model
* Providers model.
*
* Handles all the database operations of the provider resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Roles model
* Roles model.
*
* Handles all the database operations of the role resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Secretaries model
* Secretaries model.
*
* Handles all the database operations of the secretary resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Services categories model
* Services categories model.
*
* Handles all the database operations of the service category resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Services model
* Services model.
*
* Handles all the database operations of the service resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Settings model
* Settings model.
*
* Handles all the database operations of the setting resource.
*

View File

@ -12,7 +12,7 @@
* ---------------------------------------------------------------------------- */
/**
* Users model
* Users model.
*
* Handles all the database operations of the user resource.
*