forked from mirrors/easyappointments
Correct the constructor phpdoc block comment
This commit is contained in:
parent
8f2a6b4e33
commit
0e2eced83c
7 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class About extends EA_Controller {
|
||||
/**
|
||||
* Calendar constructor.
|
||||
* About constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Api_settings extends EA_Controller {
|
||||
/**
|
||||
* Calendar constructor.
|
||||
* Api_settings constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Booking_cancellation extends EA_Controller {
|
||||
/**
|
||||
* Booking constructor.
|
||||
* Booking_cancellation constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Booking_confirmation extends EA_Controller {
|
||||
/**
|
||||
* Booking constructor.
|
||||
* Booking_confirmation constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Google_analytics_settings extends EA_Controller {
|
||||
/**
|
||||
* Calendar constructor.
|
||||
* Google_analytics_settings constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Integrations extends EA_Controller {
|
||||
/**
|
||||
* Calendar constructor.
|
||||
* Integrations constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
class Matomo_analytics_settings extends EA_Controller {
|
||||
/**
|
||||
* Calendar constructor.
|
||||
* Matomo_analytics_settings constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue