Shorten type-hint in docblock.

This commit is contained in:
Taylor Otwell
2014-10-02 20:35:44 -05:00
parent 3cb71182a9
commit 65dce4d093

View File

@@ -8,7 +8,7 @@ class LogServiceProvider extends ServiceProvider {
/**
* Configure the application's logging facilities.
*
* @param \Illuminate\Contracts\Logging\Log $log
* @param Log $log
* @return void
*/
public function boot(Log $log)