| @@ -105,9 +105,9 @@ | ||
| 105 | 105 | * abc => abc |
| 106 | 106 | * "abc" => abc |
| 107 | 107 | * ""abc"" => "abc" |
| 108 | 108 | * |
| 109 | - * @param string string | |
| 109 | + * @param string $string | |
| 110 | 110 | * @return string |
| 111 | 111 | */ |
| 112 | 112 | private function strip_quotes( $string ) { |
| 113 | 113 | // Only remove exactly one quote from the start and the end and then only if there is one at each end. |