Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#4098 from samsonasik/f…
Browse files Browse the repository at this point in the history
…ix/docblock.bool

fix php docblock : boolean should be bool

Conflicts:
	library/Zend/Filter/File/RenameUpload.php
	library/Zend/Mvc/Controller/Plugin/FilePostRedirectGet.php
	library/Zend/Mvc/Controller/Plugin/FlashMessenger.php
	library/Zend/Mvc/Controller/Plugin/PostRedirectGet.php
	library/Zend/Mvc/Router/SimpleRouteStack.php
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Writer/FingersCrossed.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FingersCrossed extends AbstractWriter
/**
* Flag if buffering is enabled
*
* @var boolean
* @var bool
*/
protected $buffering = true;

Expand Down Expand Up @@ -189,7 +189,7 @@ public function write(array $event)
* Check if buffered data should be flushed
*
* @param array $event event data
* @return boolean true if buffered data should be flushed
* @return bool true if buffered data should be flushed
*/
protected function isActivated(array $event)
{
Expand Down

0 comments on commit eb1682b

Please sign in to comment.