@@ -110,7 +110,7 @@ public function setHorizontalBorderChars(string $outside, string $inside = null)
110
110
*/
111
111
public function setHorizontalBorderChar ($ horizontalBorderChar )
112
112
{
113
- @trigger_error (sprintf ('Method %s() is deprecated since Symfony 4.1, use setHorizontalBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
113
+ @trigger_error (sprintf ('The " %s()" method is deprecated since Symfony 4.1, use setHorizontalBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
114
114
115
115
return $ this ->setHorizontalBorderChars ($ horizontalBorderChar , $ horizontalBorderChar );
116
116
}
@@ -124,7 +124,7 @@ public function setHorizontalBorderChar($horizontalBorderChar)
124
124
*/
125
125
public function getHorizontalBorderChar ()
126
126
{
127
- @trigger_error (sprintf ('Method %s() is deprecated since Symfony 4.1, use getBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
127
+ @trigger_error (sprintf ('The " %s()" method is deprecated since Symfony 4.1, use getBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
128
128
129
129
return $ this ->horizontalOutsideBorderChar ;
130
130
}
@@ -166,7 +166,7 @@ public function setVerticalBorderChars(string $outside, string $inside = null):
166
166
*/
167
167
public function setVerticalBorderChar ($ verticalBorderChar )
168
168
{
169
- @trigger_error (sprintf ('Method %s() is deprecated since Symfony 4.1, use setVerticalBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
169
+ @trigger_error (sprintf ('The " %s()" method is deprecated since Symfony 4.1, use setVerticalBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
170
170
171
171
return $ this ->setVerticalBorderChars ($ verticalBorderChar , $ verticalBorderChar );
172
172
}
@@ -180,7 +180,7 @@ public function setVerticalBorderChar($verticalBorderChar)
180
180
*/
181
181
public function getVerticalBorderChar ()
182
182
{
183
- @trigger_error (sprintf ('Method %s() is deprecated since Symfony 4.1, use getBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
183
+ @trigger_error (sprintf ('The " %s()" method is deprecated since Symfony 4.1, use getBorderChars() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
184
184
185
185
return $ this ->verticalOutsideBorderChar ;
186
186
}
@@ -268,7 +268,7 @@ public function setDefaultCrossingChar(string $char): self
268
268
*/
269
269
public function setCrossingChar ($ crossingChar )
270
270
{
271
- @trigger_error (sprintf ('Method %s() is deprecated since Symfony 4.1. Use setDefaultCrossingChar() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
271
+ @trigger_error (sprintf ('The " %s()" method is deprecated since Symfony 4.1. Use setDefaultCrossingChar() instead. ' , __METHOD__ ), E_USER_DEPRECATED );
272
272
273
273
return $ this ->setDefaultCrossingChar ($ crossingChar );
274
274
}
0 commit comments