Skip to content

Commit f4237da

Browse files
authored
change patch format to diff (#1275)
1 parent 98075fc commit f4237da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distribution/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Modify these files as described in these patches:
441441

442442
`api/src/Entity/Review.php`
443443

444-
```patch
444+
```diff
445445
namespace App\Entity;
446446

447447
use ApiPlatform\Core\Annotation\ApiResource;
@@ -644,7 +644,7 @@ Modify the following files as described in these patches:
644644

645645
`api/src/Entity/Book.php`
646646

647-
```patch
647+
```diff
648648
use ApiPlatform\Core\Annotation\ApiResource;
649649
use Doctrine\Common\Collections\ArrayCollection;
650650
use Doctrine\ORM\Mapping as ORM;
@@ -673,7 +673,7 @@ Modify the following files as described in these patches:
673673

674674
`api/src/Entity/Review.php`
675675

676-
```patch
676+
```diff
677677
use ApiPlatform\Core\Annotation\ApiResource;
678678
use Doctrine\ORM\Mapping as ORM;
679679
+use Symfony\Component\Validator\Constraints as Assert;

0 commit comments

Comments
 (0)