Skip to content

Commit 0a9b57c

Browse files
committed
More fixes.
1 parent 35520cf commit 0a9b57c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

module/VuFind/src/VuFind/Auth/Shibboleth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Shibboleth extends AbstractBase
7979
/**
8080
* Read attributes from headers instead of environment variables
8181
*
82-
* @var boolean
82+
* @var bool
8383
*/
8484
protected $useHeaders = false;
8585

module/VuFind/src/VuFind/ILS/Driver/Koha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Koha extends AbstractBase
8080
/**
8181
* Should we validate passwords against Koha system?
8282
*
83-
* @var boolean
83+
* @var bool
8484
*/
8585
protected $validatePasswords;
8686

module/VuFind/src/VuFind/View/Helper/Root/Icon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ class Icon extends AbstractHelper
9292
/**
9393
* Are we in right to left text mode?
9494
*
95-
* @var boolean
95+
* @var bool
9696
*/
9797
protected $rtl;
9898

9999
/**
100100
* Prevent extra work by only appending the stylesheet once
101101
*
102-
* @var boolean
102+
* @var bool
103103
*/
104104
protected $styleAppended = false;
105105

0 commit comments

Comments
 (0)