|
@@ -187,6 +187,7 @@ discard block |
|
|
block discarded – undo |
|
187
|
187
|
* replaceQuotedSpecialChars method which (at least to me) makes more sense. |
|
188
|
188
|
* |
|
189
|
189
|
* @param string The string to replace quoted strings within |
|
|
190
|
+ * @param string $data |
|
190
|
191
|
* @return string The input string with quoted strings removed |
|
191
|
192
|
* @todo Replace code that uses this method with the replaceQuotedSpecialChars |
|
192
|
193
|
* method instead. I think it's cleaner. |
|
@@ -558,7 +559,7 @@ discard block |
|
|
block discarded – undo |
|
558
|
559
|
* Determine whether a particular string of data has quotes around it. |
|
559
|
560
|
* |
|
560
|
561
|
* @param string $data The data to check |
|
561
|
|
- * @return boolean Whether the data is quoted or not |
|
|
562
|
+ * @return integer Whether the data is quoted or not |
|
562
|
563
|
*/ |
|
563
|
564
|
protected function isQuoted($data) |
|
564
|
565
|
{ |
Please login to merge, or discard this patch.