Skip to content

Commit b3b1d40

Browse files
committed
removed all closing PHP tags
1 parent df69e89 commit b3b1d40

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

lib/Resque/Exception.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
class Resque_Exception extends Exception
1010
{
1111
}
12-
?>

lib/Resque/Failure/Interface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ interface Resque_Failure_Interface
1818
*/
1919
public function __construct($payload, $exception, $worker, $queue);
2020
}
21-
?>

lib/Resque/Failure/Redis.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ public function __construct($payload, $exception, $worker, $queue)
3131
Resque::redis()->rpush('failed', $data);
3232
}
3333
}
34-
?>

lib/Resque/Job.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,3 @@ public function __toString()
273273
return '(' . implode(' | ', $name) . ')';
274274
}
275275
}
276-
?>

lib/Resque/Job/Status.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ public function __toString()
140140
return 'job:' . $this->id . ':status';
141141
}
142142
}
143-
?>

lib/Resque/Worker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,3 @@ public function setLogger(Psr\Log\LoggerInterface $logger)
564564
$this->logger = $logger;
565565
}
566566
}
567-
?>

0 commit comments

Comments
 (0)