Skip to content

Commit

Permalink
Improve docblock.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 30, 2014
1 parent aed0c5e commit 6be4dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/View/DecoratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class DecoratorServiceProvider extends ServiceProvider
/**
* Indicates if loading of the provider is deferred.
*
* @var boolean
* @var bool
*/
protected $defer = true;

Expand Down
2 changes: 1 addition & 1 deletion src/View/FileViewFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected function findNamedPathView($name)
/**
* Set the active view paths.
*
* @param array $paths
* @param array $paths
* @return array
*/
public function setPaths(array $paths)
Expand Down

0 comments on commit 6be4dc1

Please sign in to comment.