@@ -232,7 +232,7 @@ |
||
232 | 232 | * $diff = new Diff($lines1, $lines2); |
233 | 233 | * $rev = $diff->reverse(); |
234 | 234 | * |
235 | - * @return Object A Diff object representing the inverse of the |
|
235 | + * @return Diff A Diff object representing the inverse of the |
|
236 | 236 | * original diff. |
237 | 237 | */ |
238 | 238 | public function reverse() { |
@@ -112,6 +112,9 @@ |
||
112 | 112 | } |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @return string |
|
117 | + */ |
|
115 | 118 | function stripParameters( $text ) { |
116 | 119 | if ( !$this->stripParametersEnabled ) { |
117 | 120 | return $text; |