Skip to content

Commit

Permalink
correct cs
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jul 5, 2014
1 parent f888be3 commit c854e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Console/Command/Task/PluginTask.php
Expand Up @@ -157,7 +157,7 @@ public function bake($plugin) {
* Update the app's bootstrap.php file.
*
* @param string $plugin Name of plugin
* @param boolean $hasAutoloader Whether or not there is an autoloader configured for
* @param bool $hasAutoloader Whether or not there is an autoloader configured for
* the plugin
* @return void
*/
Expand Down Expand Up @@ -236,7 +236,7 @@ protected function _generateTestBootstrap($plugin, $path) {
*
* @param string $plugin Name of plugin
* @param string $path The path to save the phpunit.xml file to.
* @return boolean True if composer could be modified correctly
* @return bool True if composer could be modified correctly
*/
protected function _modifyAutoloader($plugin, $path) {
$path = dirname($path);
Expand Down
2 changes: 1 addition & 1 deletion src/Utility/Folder.php
Expand Up @@ -291,7 +291,7 @@ public static function isAbsolute($path) {
* Returns true if given $path is a registered stream wrapper.
*
* @param string $path Path to check
* @return boolean true If path is registered stream wrapper.
* @return bool True if path is registered stream wrapper.
*/
public static function isRegisteredStreamWrapper($path) {
if (preg_match('/^[A-Z]+(?=:\/\/)/i', $path, $matches) &&
Expand Down

0 comments on commit c854e1f

Please sign in to comment.