From 472f94efee77d8f47ece4ead7d36ee02e5df3e56 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 12:30:05 -0400 Subject: Move webhook to project notification type --- app/Core/Csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Core/Csv.php') diff --git a/app/Core/Csv.php b/app/Core/Csv.php index 7c6a4620..bec400ed 100644 --- a/app/Core/Csv.php +++ b/app/Core/Csv.php @@ -131,7 +131,7 @@ class Csv * * @access public * @param string $filename - * @param \Closure $callback Example: function(array $row, $line_number) + * @param callable $callback Example: function(array $row, $line_number) * @return Csv */ public function read($filename, $callback) -- cgit v1.2.3