|
@@ -8,7 +8,7 @@ discard block |
|
|
block discarded – undo |
|
8
|
8
|
use function sprintf; |
|
9
|
9
|
use function trigger_error; |
|
10
|
10
|
|
|
11
|
|
-if (! interface_exists(\Doctrine\Persistence\NotifyPropertyChanged::class, false)) { |
|
|
11
|
+if (!interface_exists(\Doctrine\Persistence\NotifyPropertyChanged::class, false)) { |
|
12
|
12
|
@trigger_error(sprintf( |
|
13
|
13
|
'The %s\NotifyPropertyChanged class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0.' |
|
14
|
14
|
. ' Use \Doctrine\Persistence\NotifyPropertyChanged instead.', |
|
@@ -18,7 +18,7 @@ discard block |
|
|
block discarded – undo |
|
18
|
18
|
|
|
19
|
19
|
class_alias( |
|
20
|
20
|
\Doctrine\Persistence\NotifyPropertyChanged::class, |
|
21
|
|
- __NAMESPACE__ . '\NotifyPropertyChanged' |
|
|
21
|
+ __NAMESPACE__.'\NotifyPropertyChanged' |
|
22
|
22
|
); |
|
23
|
23
|
|
|
24
|
24
|
if (false) { |
Please login to merge, or discard this patch.