Skip to content

Commit 923a6dd

Browse files
committed
fix spaces in tests
1 parent 83419a3 commit 923a6dd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/package/generic/attribute_formatting_005.phpt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Content:
5454
<div class="section">
5555
<p class="para">1. Attribute with literal named arguments</p>
5656
<div class="classsynopsis"><div class="classsynopsisinfo">
57-
57+
5858
<span class="attribute">#[<a href="class.deprecated.html">\Deprecated</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">since</code>: <span class="type string">'8.5'</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">message</code>: <span class="type string">'Deprecated since PHP 8.4'</span><br>)]</span><br>
5959
<span class="modifier">final</span>
6060
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>
@@ -65,7 +65,7 @@ Content:
6565
<div class="section">
6666
<p class="para">2. Attribute with single literal positional argument</p>
6767
<div class="classsynopsis"><div class="classsynopsisinfo">
68-
68+
6969
<span class="attribute">#[<a href="class.deprecated.html">\Deprecated</a>(<span class="type string">'Deprecated since PHP 8.4'</span>)]</span><br>
7070
<span class="modifier">final</span>
7171
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>
@@ -76,7 +76,7 @@ Content:
7676
<div class="section">
7777
<p class="para">3. Unknown attribute with literal argument</p>
7878
<div class="classsynopsis"><div class="classsynopsisinfo">
79-
79+
8080
<span class="attribute">#[\UnknownAttribute(<code class="parameter">foo</code>: <span class="type string">'bar'</span>)]</span><br>
8181
<span class="modifier">final</span>
8282
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>
@@ -87,7 +87,7 @@ Content:
8787
<div class="section">
8888
<p class="para">4. Namespaced attribute with literal argument</p>
8989
<div class="classsynopsis"><div class="classsynopsisinfo">
90-
90+
9191
<span class="attribute">#[\Some\Namespaced\Attribute(<code class="parameter">value</code>: <span class="type int">42</span>)]</span><br>
9292
<span class="modifier">final</span>
9393
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>
@@ -98,7 +98,7 @@ Content:
9898
<div class="section">
9999
<p class="para">5. Multi-line attribute with literal class constant arguments</p>
100100
<div class="classsynopsis"><div class="classsynopsisinfo">
101-
101+
102102
<span class="attribute">#[<a href="class.attribute.html">\Attribute</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.attribute.html#attribute.constants.target-function">Attribute::TARGET_FUNCTION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;| <a href="class.attribute.html#attribute.constants.target-method">Attribute::TARGET_METHOD</a><br>&nbsp;&nbsp;&nbsp;&nbsp;| <a href="class.attribute.html#attribute.constants.target-class">Attribute::TARGET_CLASS</a><br>)]</span><br>
103103
<span class="modifier">final</span>
104104
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>
@@ -109,7 +109,7 @@ Content:
109109
<div class="section">
110110
<p class="para">6. Attribute with mix of known and unknown class constants</p>
111111
<div class="classsynopsis"><div class="classsynopsisinfo">
112-
112+
113113
<span class="attribute">#[<a href="class.attribute.html">\Attribute</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.attribute.html#attribute.constants.target-class">Attribute::TARGET_CLASS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;| Unknown::CONST<br>)]</span><br>
114114
<span class="modifier">final</span>
115115
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>
@@ -120,7 +120,7 @@ Content:
120120
<div class="section">
121121
<p class="para">7. Attribute with bool, null, int and float literal arguments</p>
122122
<div class="classsynopsis"><div class="classsynopsisinfo">
123-
123+
124124
<span class="attribute">#[\UnknownAttribute(<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">enabled</code>: <span class="type true">true</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">fallback</code>: <span class="type false">false</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">default</code>: <span class="type null">null</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">count</code>: <span class="type int">42</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<code class="parameter">ratio</code>: <span class="type float">3.14</span><br>)]</span><br>
125125
<span class="modifier">final</span>
126126
<span class="modifier">class</span> <strong class="classname">Deprecated</strong>

0 commit comments

Comments
 (0)