fix documentation #3160

This commit is contained in:
James Allen 2017-10-10 21:24:56 -04:00
parent a2a91a38e6
commit a697970b92

View File

@ -524,7 +524,7 @@ class CombineAssets
/** /**
* Registers a callback function that defines bundles. * Registers a callback function that defines bundles.
* The callback function should register bundles by calling the manager's * The callback function should register bundles by calling the manager's
* `registerBundle` method. Thi instance is passed to the callback * `registerBundle` method. This instance is passed to the callback
* function as an argument. Usage: * function as an argument. Usage:
* *
* CombineAssets::registerCallback(function($combiner){ * CombineAssets::registerCallback(function($combiner){
@ -610,9 +610,9 @@ class CombineAssets
// //
/** /**
* Registers an alias to use for a longer file reference. * Registers bundle.
* @param string $alias Alias name. Eg: framework * @param string|array $files Files to be registered to bundle
* @param object $filter Collection of files to combine * @param string $destination Destination file will be compiled to.
* @param string $extension Extension name. Eg: css * @param string $extension Extension name. Eg: css
* @return self * @return self
*/ */