File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Serializer/Tests/Normalizer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ public function setCamelCase($camelCase)
476
476
477
477
public function otherMethod ()
478
478
{
479
- throw new \RuntimeException (" Dummy::otherMethod() should not be called " );
479
+ throw new \RuntimeException (' Dummy::otherMethod() should not be called ' );
480
480
}
481
481
482
482
public function setObject ($ object )
@@ -515,7 +515,7 @@ public function isBaz()
515
515
516
516
public function otherMethod ()
517
517
{
518
- throw new \RuntimeException (" Dummy::otherMethod() should not be called " );
518
+ throw new \RuntimeException (' Dummy::otherMethod() should not be called ' );
519
519
}
520
520
}
521
521
@@ -548,6 +548,6 @@ public function getBaz()
548
548
549
549
public function otherMethod ()
550
550
{
551
- throw new \RuntimeException (" Dummy::otherMethod() should not be called " );
551
+ throw new \RuntimeException (' Dummy::otherMethod() should not be called ' );
552
552
}
553
553
}
You can’t perform that action at this time.
0 commit comments