From eeb77251bcb80de4acb088e33a0a415a22ec3cab Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Fri, 31 Aug 2012 16:55:09 +0200 Subject: [PATCH] fixed CS --- src/GitList/Util/Repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GitList/Util/Repository.php b/src/GitList/Util/Repository.php index 39b1b07..2d928af 100644 --- a/src/GitList/Util/Repository.php +++ b/src/GitList/Util/Repository.php @@ -136,7 +136,7 @@ class Repository /** * Returns whether the file is binary. * - * @param string $file + * @param string $file * * @return boolean */