Rodrigo Primo
d9296d86fd
Replace NewsletterLink with NewsletterLinkEntity in the class Links
...
It was also necessary to update two NewsletterTest tests, as after the
change to Links::save(), having a queue ID set became mandatory (before
it was not and one was not set properly in the mock SendingQueue object).
[MAILPOET-3816]
2021-11-15 13:03:47 +01:00
Rodrigo Primo
612eb1073d
Move NewstetterLink properties to NewsletterLinkEntity
...
Doing this as part of the task to deprecated old Paris models
(NewsletterLink) and use Doctrine entities instead
(NewslleterLinkEntity).
[MAILPOET-3816]
2021-11-15 13:03:47 +01:00
Pavel Dohnal
21839fc30b
Fix indentation of multiline function declarations
...
[MAILPOET-3732]
2021-09-17 12:17:36 +02:00
Pavel Dohnal
cdda3480ca
Make all constructor signatures multiline
...
[MAILPOET-3732]
2021-09-16 14:19:40 +02:00
Rodrigo Primo
e59992cc16
Fix checkGenericClassInNonGenericObjectType PHPStan errors
...
This commit removes the checkGenericClassInNonGenericObjectType flag
from PHPStan configuration files and fixes all associated errors in our
code base.
[MAILPOET-3236]
2021-08-09 12:58:56 +02:00
Pavel Dohnal
01915a1e0a
Correct typehint
...
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
Pavel Dohnal
ea06c2a27b
Allow data pass to entities
...
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
Rostislav Wolny
63a2bed8bf
Apply safe to load association trait to all toOne associations
...
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
Amine Ben hammou
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
Pavel Dohnal
f94fc9b6de
Fix namespace
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
bda3bd3f63
Fix entities mistakes
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
07214f9c87
Fix association
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
8fa6321b7e
Remove redundant property
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
ee9f886ce2
Simplify method
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
b81c2497cb
Use singular in entity names
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
ad6e6009d2
Use Newsletter Link Entity in Stats Notifications
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00