X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/f5d91b8eb1a2d1e5876f7eb3871ae42f6092961d..059c6ab77b8e63210b9afc266d62c9f543d4d7ae:/src/shpub/Validator.php?ds=sidebyside diff --git a/src/shpub/Validator.php b/src/shpub/Validator.php index 283604d..c751595 100644 --- a/src/shpub/Validator.php +++ b/src/shpub/Validator.php @@ -35,7 +35,7 @@ class Validator if (false === array_search($answer, $allowed)) { Log::err( 'Invalid RSVP answer given; allowed are: ' - . implode (', ', $allowed) + . implode(', ', $allowed) ); return false; }