We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -110,7 +110,7 @@ |
||
110 | 110 | * @param string $style The dash style. |
111 | 111 | * @param Settings $settings The current settings. |
112 | 112 | * |
113 | - * @return Dashes|null Returns null in case of an invalid $style parameter. |
|
113 | + * @return Simple_Dashes|null Returns null in case of an invalid $style parameter. |
|
114 | 114 | */ |
115 | 115 | public static function get_styled_dashes( $style, Settings $settings ) { |
116 | 116 | if ( isset( self::$styles[ $style ] ) ) { |