File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments