Skip to content

Conversation

@loic425
Copy link
Member

@loic425 loic425 commented Jan 8, 2026

We should wait for Sylius resource 1.14 stable release.

@loic425 loic425 force-pushed the docs/external-php-files branch from 0f5b9af to 6b3b4db Compare January 8, 2026 07:06
Comment on lines +59 to +60
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be too much, don't you think?

Comment on lines +127 to +128
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +189 to +190
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +252 to +253
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +317 to +318
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +813 to +814
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +896 to +897
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +997 to +998
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +1066 to +1067
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Comment on lines +241 to +242
```php
use App\Entity\Book;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```php
use App\Entity\Book;
```php
<?php
declare(strict_types=1);
use App\Entity\Book;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants