File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ class Exception extends AbstractWidget
88{
99 public function run ()
1010 {
11- return " Exception widget was executed instead of predefined php class " ;
11+ return ' Exception widget was executed instead of predefined php class ' ;
1212 }
1313}
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ class TestFeed extends AbstractWidget
1010
1111 public function run ()
1212 {
13- return " Feed was executed with \ $slides = " .$ this ->slides ;
13+ return ' Feed was executed with $slides = ' .$ this ->slides ;
1414 }
1515}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Slider extends AbstractWidget
1313
1414 public function run ()
1515 {
16- return " Slider was executed with \ $slides = " .$ this ->config ['slides ' ].' foo: ' .$ this ->config ['foo ' ];
16+ return ' Slider was executed with $slides = ' .$ this ->config ['slides ' ].' foo: ' .$ this ->config ['foo ' ];
1717 }
1818
1919 public function placeholder ()
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ class TestCachedWidget extends AbstractWidget
1212
1313 public function run ()
1414 {
15- return " Feed was executed with \ $slides = " .$ this ->slides ;
15+ return ' Feed was executed with $slides = ' .$ this ->slides ;
1616 }
1717}
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ class TestDefaultSlider extends AbstractWidget
1010
1111 public function run ()
1212 {
13- return " Default test slider was executed with \ $slides = " .$ this ->slides ;
13+ return ' Default test slider was executed with $slides = ' .$ this ->slides ;
1414 }
1515}
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ class TestRepeatableFeed extends AbstractWidget
1717
1818 public function run ()
1919 {
20- return " Feed was executed with \ $slides = " .$ this ->slides ;
20+ return ' Feed was executed with $slides = ' .$ this ->slides ;
2121 }
2222}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class TestWidgetWithParamsInRun extends AbstractWidget
88{
99 public function run ($ flag )
1010 {
11- return " TestWidgetWithParamsInRun was executed with \ $flag = " .$ flag ;
11+ return ' TestWidgetWithParamsInRun was executed with $flag = ' .$ flag ;
1212 }
1313
1414 public function placeholder ()
You can’t perform that action at this time.
0 commit comments