mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
Type hinting fixes
This commit is contained in:
parent
e98a650f59
commit
ad0badc09e
7 changed files with 15 additions and 15 deletions
|
@ -16,7 +16,7 @@ class Museum extends PropertiesBase{
|
|||
limit 1;
|
||||
', [$url], 'Museum');
|
||||
|
||||
if(sizeof($result[0]) == 0){
|
||||
if(sizeof($result) == 0){
|
||||
throw new Exceptions\MuseumNotFoundException();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue