public/main/inc/ajax/announcement.ajax.php
Variable "send_to_users" is not in valid camel caps format Open
Open
if (empty($send_to_users['groups']) && empty($send_to_users['users'])) {
- Exclude checks
Variable "send_to_users" is not in valid camel caps format Open
Open
foreach ($send_to_users['groups'] as $group) {
- Exclude checks
Variable "send_to" is not in valid camel caps format Open
Open
foreach ($send_to['groups'] as $group) {
- Exclude checks
Each PHP statement must be on a line by itself Open
Open
$previewTotal = array_map(function ($value) { return ''.$value; }, $previewTotal);
- Exclude checks
Variable "send_to" is not in valid camel caps format Open
Open
$send_to = AbstractResource::separateUsersGroups($users);
- Exclude checks
Variable "send_to" is not in valid camel caps format Open
Open
if (is_array($send_to['users'])) {
- Exclude checks
Variable "send_to_users" is not in valid camel caps format Open
Open
if (!empty($send_to_users['groups'])) {
- Exclude checks
Variable "send_to_users" is not in valid camel caps format Open
Open
if (empty($send_to_users['groups']) && empty($send_to_users['users'])) {
- Exclude checks
Closing brace must be on a line by itself Open
Open
$previewTotal = array_map(function ($value) { return ''.$value; }, $previewTotal);
- Exclude checks
Variable "send_to" is not in valid camel caps format Open
Open
!empty($send_to['groups'])
- Exclude checks
Variable "send_to_users" is not in valid camel caps format Open
Open
$send_to_users = AbstractResource::separateUsersGroups($users);
- Exclude checks
Variable "send_to_users" is not in valid camel caps format Open
Open
if (!empty($send_to_users['users'])) {
- Exclude checks
Variable "send_to_users" is not in valid camel caps format Open
Open
foreach ($send_to_users['users'] as $user) {
- Exclude checks
Variable "send_to" is not in valid camel caps format Open
Open
if (is_array($send_to['groups']) &&
- Exclude checks
Variable "send_to" is not in valid camel caps format Open
Open
foreach ($send_to['users'] as $user) {
- Exclude checks
Opening brace must be the last content on the line Open
Open
$previewTotal = array_map(function ($value) { return ''.$value; }, $previewTotal);
- Exclude checks
Closing brace must be on a line by itself Open
Open
$previewTotal = array_map(function ($value) { return ''.$value; }, $previewTotal);
- Exclude checks