Browse Source

@param, @var, @property and @return must declare types as boolean, integer, string, array or null

tags/2.0.0-beta
Alexander Mohorev 11 years ago
parent
commit
f6a3a4409c
  1. 2
      NavBar.php
  2. 2
      Progress.php

2
NavBar.php

@ -70,7 +70,7 @@ class NavBar extends Widget
*/
public $screenReaderToggleText = 'Toggle navigation';
/**
* @var bool whether the navbar content should be included in an inner div container which by default
* @var boolean whether the navbar content should be included in an inner div container which by default
* adds left and right padding. Set this to false for a 100% width navbar.
*/
public $renderInnerContainer = true;

2
Progress.php

@ -133,7 +133,7 @@ class Progress extends Widget
/**
* Generates a bar
* @param int $percent the percentage of the bar
* @param integer $percent the percentage of the bar
* @param string $label, optional, the label to display at the bar
* @param array $options the HTML attributes of the bar
* @return string the rendering result.

Loading…
Cancel
Save