| @@ -64,9 +64,9 @@ | ||
| 64 | 64 | /** |
| 65 | 65 | * FrmTableHTMLGenerator constructor. |
| 66 | 66 | * |
| 67 | 67 | * @param string $type |
| 68 | - * @param array $atts | |
| 68 | + * @param array $atts | |
| 69 | 69 | */ |
| 70 | 70 | public function __construct( $type, $atts = array() ) { |
| 71 | 71 | |
| 72 | 72 | $this->type = (string) $type; |
| @@ -175,9 +175,9 @@ | ||
| 175 | 175 | |
| 176 | 176 | /** |
| 177 | 177 | * Determine if setting is for a color, e.g. text color, background color, or border color |
| 178 | 178 | * |
| 179 | - * @param string $setting_key name of setting | |
| 179 | + * @param string $setting_key Name of setting. | |
| 180 | 180 | * |
| 181 | 181 | * @since 2.05 |
| 182 | 182 | * |
| 183 | 183 | * @return boolean |