@@ -27,7 +27,7 @@ public function expandBorderShorthand($sCss, $sExpected)
2727 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
2828 $ oDeclaration ->expandBorderShorthand ();
2929 }
30- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
30+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
3131 }
3232
3333 /**
@@ -60,7 +60,7 @@ public function expandFontShorthand($sCss, $sExpected)
6060 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
6161 $ oDeclaration ->expandFontShorthand ();
6262 }
63- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
63+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
6464 }
6565
6666 /**
@@ -116,7 +116,7 @@ public function expandBackgroundShorthand($sCss, $sExpected)
116116 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
117117 $ oDeclaration ->expandBackgroundShorthand ();
118118 }
119- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
119+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
120120 }
121121
122122 /**
@@ -169,7 +169,7 @@ public function expandDimensionsShorthand($sCss, $sExpected)
169169 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
170170 $ oDeclaration ->expandDimensionsShorthand ();
171171 }
172- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
172+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
173173 }
174174
175175 /**
@@ -207,7 +207,7 @@ public function createBorderShorthand($sCss, $sExpected)
207207 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
208208 $ oDeclaration ->createBorderShorthand ();
209209 }
210- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
210+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
211211 }
212212
213213 /**
@@ -238,7 +238,7 @@ public function createFontShorthand($sCss, $sExpected)
238238 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
239239 $ oDeclaration ->createFontShorthand ();
240240 }
241- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
241+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
242242 }
243243
244244 /**
@@ -281,7 +281,7 @@ public function createDimensionsShorthand($sCss, $sExpected)
281281 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
282282 $ oDeclaration ->createDimensionsShorthand ();
283283 }
284- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
284+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
285285 }
286286
287287 /**
@@ -319,7 +319,7 @@ public function createBackgroundShorthand($sCss, $sExpected)
319319 foreach ($ oDoc ->getAllDeclarationBlocks () as $ oDeclaration ) {
320320 $ oDeclaration ->createBackgroundShorthand ();
321321 }
322- self ::assertSame (trim ((string )$ oDoc ), $ sExpected );
322+ self ::assertSame (trim ((string ) $ oDoc ), $ sExpected );
323323 }
324324
325325 /**
0 commit comments