mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Remove unnecessary slash from in_array()
This commit is contained in:
@@ -131,7 +131,7 @@ class ConfigureUploadHandler implements FileConfigurationInterface
|
||||
{
|
||||
$return = [];
|
||||
// check if specifics given are correct:
|
||||
if (isset($data['specifics']) && \is_array($data['specifics'])) {
|
||||
if (isset($data['specifics']) && is_array($data['specifics'])) {
|
||||
|
||||
foreach ($data['specifics'] as $name) {
|
||||
// verify their content.
|
||||
|
||||
Reference in New Issue
Block a user