Add docs link, misc format tweaks
This commit is contained in:
@@ -24,7 +24,7 @@ class ExistsMapper implements Mapper
|
||||
{
|
||||
return match (Configuration::mode('map existence result')) {
|
||||
Mode::PgSQL => (bool)$result[0],
|
||||
Mode::SQLite => (int)$result[0] > 0
|
||||
Mode::SQLite => (int)$result[0] > 0,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user