File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ public function generateLinesReplace(array $changes): string
233
233
*
234
234
* @param array $changes Contains the op-codes about the changes between two blocks of text.
235
235
*
236
- * @return string Start of the diff view .
236
+ * @return string Start of the block .
237
237
*/
238
238
public function generateBlockHeader (array $ changes ): string
239
239
{
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ public function generateLinesReplace(array $changes): string
269
269
*
270
270
* @param array $changes Contains the op-codes about the changes between two blocks of text.
271
271
*
272
- * @return string Start of the diff view .
272
+ * @return string Start of the block .
273
273
*/
274
274
public function generateBlockHeader (array $ changes ): string
275
275
{
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ public function generateLinesReplace(array $change): string
170
170
*
171
171
* @param array $changes Contains the op-codes about the changes between two blocks of text.
172
172
*
173
- * @return string Start of the diff view .
173
+ * @return string Start of the block .
174
174
*/
175
175
public function generateBlockHeader (array $ changes ): string
176
176
{
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function generateDiffHeader(): string;
37
37
*
38
38
* @param array $changes Contains the op-codes about the changes between two blocks of text.
39
39
*
40
- * @return string Start of the diff view .
40
+ * @return string Start of the block .
41
41
*/
42
42
public function generateBlockHeader (array $ changes ): string ;
43
43
You can’t perform that action at this time.
0 commit comments