From: Antonio Ospite Date: Mon, 16 May 2016 13:34:20 +0000 (+0200) Subject: tweeper: fix style issues found by Coder Sniffer X-Git-Tag: v0.6~45 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/cc55224c919a727b16897879d7c35f54ea11aaf8 tweeper: fix style issues found by Coder Sniffer ---------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES ---------------------------------------------------------------------- 1 | ERROR | [x] Missing file doc comment 4 | ERROR | [x] "require" is a statement not a function; no | | parentheses are required 4 | ERROR | [x] Language constructs must be followed by a single | | space; expected "require (" but found "require(" --- diff --git a/tweeper b/tweeper index a13752f..6256e20 100755 --- a/tweeper +++ b/tweeper @@ -1,4 +1,9 @@ #!/usr/bin/env php