mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
More type fixes
This commit is contained in:
parent
a5a19f947f
commit
99b5fd66f2
17 changed files with 103 additions and 122 deletions
|
@ -60,6 +60,10 @@ class PollVote{
|
|||
}
|
||||
else{
|
||||
try{
|
||||
/**
|
||||
* @throws Exceptions\PollItemNotFoundException
|
||||
* @throws Exceptions\PollNotFoundException
|
||||
*/
|
||||
if(!$this->PollItem->Poll->IsActive()){
|
||||
$error->Add(new Exceptions\PollClosedException());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue