Skip to content

Commit

Permalink
Change boolean to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Konafets committed Mar 20, 2018
1 parent 22520e5 commit c112903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Typo3DebugBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ class Typo3DebugBar extends DebugBar implements SingletonInterface
/** @var array */
protected $extensionConfiguration;

/** @var boolean */
/** @var bool */
protected $booted = false;

/** @var null|boolean */
/** @var null|bool */
protected $enabled = null;

/** @var FrontendBackendUserAuthentication */
Expand Down

0 comments on commit c112903

Please sign in to comment.