removed all closing PHP tags

This commit is contained in:
Bjoern Boschman 2016-03-08 12:19:05 +01:00
parent df69e8980c
commit b3b1d408e5
6 changed files with 0 additions and 6 deletions

View file

@ -273,4 +273,3 @@ class Resque_Job
return '(' . implode(' | ', $name) . ')';
}
}
?>