public/main/cron/fix_online_time.php
Avoid unused local variables such as '$key'. Open
Open
foreach ($users as $key => $value) {
- Read upRead up
- Exclude checks
UnusedLocalVariable
Since: 0.2
Detects when a local variable is declared and/or assigned, but not used.
Example
class Foo {
public function doSomething()
{
$i = 5; // Unused
}
}
Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
Consider putting global function "updateUsersInCourseIdleForTimeLimit" in a static class Open
Open
function updateUsersInCourseIdleForTimeLimit($users)
- Exclude checks
Consider putting global function "getUsersInCourseIds" in a static class Open
Open
function getUsersInCourseIds($status)
- Exclude checks