YetiForceCompany/YetiForceCRM

View on GitHub
modules/SMSNotifier/ConfigTemplate.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Spaces must be used to indent lines; tabs are not allowed
Open

        'default' => 500,

Spaces must be used to indent lines; tabs are not allowed
Open

        'sanitization' => '\App\Purifier::integer',

Spaces must be used to indent lines; tabs are not allowed
Open

        'description' => 'The maximum number of sms that cron can send during a single execution',

Spaces must be used to indent lines; tabs are not allowed
Open

        'sanitization' => '\App\Purifier::integer',

Spaces must be used to indent lines; tabs are not allowed
Open

    ],

Spaces must be used to indent lines; tabs are not allowed
Open

        'default' => 100,

Spaces must be used to indent lines; tabs are not allowed
Open

        'description' => 'Max number of mass sms sent',

Spaces must be used to indent lines; tabs are not allowed
Open

        'docTags' => ['var' => 'int'],

Spaces must be used to indent lines; tabs are not allowed
Open

    'maxMassSentSMS' => [

Spaces must be used to indent lines; tabs are not allowed
Open

    ],

Spaces must be used to indent lines; tabs are not allowed
Open

        'validation' => '\App\Validator::naturalNumber',

Spaces must be used to indent lines; tabs are not allowed
Open

    'maxCronSentSMS' => [

Spaces must be used to indent lines; tabs are not allowed
Open

        'validation' => '\App\Validator::naturalNumber',

Spaces must be used to indent lines; tabs are not allowed
Open

        'docTags' => ['var' => 'int'],

There are no issues that match your filters.

Category
Status