Completed
Push — develop ( a98fd2...49ed8e )
by Jaap
09:10
created

TestSeeTagIssue   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 194
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 1
Bugs 0 Features 0
Metric Value
c 1
b 0
f 0
dl 0
loc 194
rs 10
wmc 1
lcom 0
cbo 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A method() 0 4 1
1
<?php
2
3
namespace phpDocumentor\Descriptor;
4
5
/**
6
 * Class to check if see tags are working correctly
7
 *
8
 * Inline see to same class relative {@see TestSeeTagIssue}
9
 * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue}
10
 *
11
 * Inline see to same class relative {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
12
 * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
13
 *
14
 * Inline see to property in same class relative {@see TestSeeTagIssue::$property}
15
 * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property}
16
 *
17
 * Inline see to property in same class relative {@see TestSeeTagIssue::$property own property}
18
 * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property}
19
 *
20
 * Inline see to method in same class relative {@see TestSeeTagIssue::method()}
21
 * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method()}
22
 *
23
 * Inline see to method in same class relative {@see TestSeeTagIssue::method() own method}
24
 * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method}
25
 *
26
 * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT}
27
 * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT}
28
 *
29
 * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT own constant}
30
 * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant}
31
 *
32
 * @see http://www.phpdoc.org
33
 * @see https://www.phpdoc.org
34
 * @see http://phpdoc.org
35
 * @see http://www.phpdoc.org/docs/latest/references/phpdoc/tags/uses.html
36
 * @see ftp://somesite.nl
37
 *
38
 * @see TestSeeTagIssue
39
 * @see TestSeeTagIssue class itself
40
 *
41
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue
42
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue class itself
43
 *
44
 * @see TestSeeTagIssue::$property
45
 * @see TestSeeTagIssue::$property own property
46
 *
47
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property
48
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property
49
 *
50
 * @see TestSeeTagIssue::method()
51
 * @see TestSeeTagIssue::method() own method
52
 *
53
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method()
54
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method
55
 *
56
 * @see TestSeeTagIssue::CONSTANT
57
 * @see TestSeeTagIssue::CONSTANT own constant
58
 *
59
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT
60
 * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant
61
 *
62
 * @see CONSTANT
63
 * @see $property
64
 * @see method()
65
 */
66
class TestSeeTagIssue
67
{
68
    /**
69
     * Constant to check if see tags are working correctly
70
     *
71
     * Inline see to same class relative {@see TestSeeTagIssue}
72
     * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue}
73
     *
74
     * Inline see to same class relative {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
75
     * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
76
     *
77
     * Inline see to property in same class relative {@see TestSeeTagIssue::$property}
78
     * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property}
79
     *
80
     * Inline see to property in same class relative {@see TestSeeTagIssue::$property own property}
81
     * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property}
82
     *
83
     * Inline see to method in same class relative {@see TestSeeTagIssue::method()}
84
     * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method()}
85
     *
86
     * Inline see to method in same class relative {@see TestSeeTagIssue::method() own method}
87
     * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method}
88
     *
89
     * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT}
90
     * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT}
91
     *
92
     * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT own constant}
93
     * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant}
94
     *
95
     * @see http://www.phpdoc.org
96
     * @see https://www.phpdoc.org
97
     * @see http://phpdoc.org
98
     * @see http://www.phpdoc.org/docs/latest/references/phpdoc/tags/uses.html
99
     * @see ftp://somesite.nl
100
     *
101
     * @see TestSeeTagIssue
102
     * @see TestSeeTagIssue class itself
103
     *
104
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue
105
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue class itself
106
     *
107
     * @see TestSeeTagIssue::$property
108
     * @see TestSeeTagIssue::$property own property
109
     *
110
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property
111
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property
112
     *
113
     * @see TestSeeTagIssue::method()
114
     * @see TestSeeTagIssue::method() own method
115
     *
116
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method()
117
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method
118
     *
119
     * @see TestSeeTagIssue::CONSTANT
120
     * @see TestSeeTagIssue::CONSTANT own constant
121
     *
122
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT
123
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant
124
     *
125
     * @see CONSTANT
126
     * @see $property
127
     * @see method()
128
     */
129
    const CONSTANT = 1;
130
131
    /**
132
     * Property to check if see tags are working correctly
133
     *
134
     * Inline see to same class relative {@see TestSeeTagIssue}
135
     * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue}
136
     *
137
     * Inline see to same class relative {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
138
     * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
139
     *
140
     * Inline see to property in same class relative {@see TestSeeTagIssue::$property}
141
     * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property}
142
     *
143
     * Inline see to property in same class relative {@see TestSeeTagIssue::$property own property}
144
     * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property}
145
     *
146
     * Inline see to method in same class relative {@see TestSeeTagIssue::method()}
147
     * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method()}
148
     *
149
     * Inline see to method in same class relative {@see TestSeeTagIssue::method() own method}
150
     * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method}
151
     *
152
     * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT}
153
     * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT}
154
     *
155
     * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT own constant}
156
     * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant}
157
     *
158
     * @see http://www.phpdoc.org
159
     * @see https://www.phpdoc.org
160
     * @see http://phpdoc.org
161
     * @see http://www.phpdoc.org/docs/latest/references/phpdoc/tags/uses.html
162
     * @see ftp://somesite.nl
163
     *
164
     * @see TestSeeTagIssue
165
     * @see TestSeeTagIssue class itself
166
     *
167
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue
168
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue class itself
169
     *
170
     * @see TestSeeTagIssue::$property
171
     * @see TestSeeTagIssue::$property own property
172
     *
173
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property
174
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property
175
     *
176
     * @see TestSeeTagIssue::method()
177
     * @see TestSeeTagIssue::method() own method
178
     *
179
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method()
180
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method
181
     *
182
     * @see TestSeeTagIssue::CONSTANT
183
     * @see TestSeeTagIssue::CONSTANT own constant
184
     *
185
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT
186
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant
187
     *
188
     * @see CONSTANT
189
     * @see $property
190
     * @see method()
191
     */
192
    public $property;
193
194
    /**
195
     * Method to check if see tags are working correctly
196
     *
197
     * Inline see to same class relative {@see TestSeeTagIssue}
198
     * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue}
199
     *
200
     * Inline see to same class relative {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
201
     * Inline see to same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue class itself}
202
     *
203
     * Inline see to property in same class relative {@see TestSeeTagIssue::$property}
204
     * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property}
205
     *
206
     * Inline see to property in same class relative {@see TestSeeTagIssue::$property own property}
207
     * Inline see to property in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property}
208
     *
209
     * Inline see to method in same class relative {@see TestSeeTagIssue::method()}
210
     * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method()}
211
     *
212
     * Inline see to method in same class relative {@see TestSeeTagIssue::method() own method}
213
     * Inline see to method in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method}
214
     *
215
     * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT}
216
     * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT}
217
     *
218
     * Inline see to constant in same class relative {@see TestSeeTagIssue::CONSTANT own constant}
219
     * Inline see to constant in same class absolute {@see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant}
220
     *
221
     * @see http://www.phpdoc.org
222
     * @see https://www.phpdoc.org
223
     * @see http://phpdoc.org
224
     * @see http://www.phpdoc.org/docs/latest/references/phpdoc/tags/uses.html
225
     * @see ftp://somesite.nl
226
     *
227
     * @see TestSeeTagIssue
228
     * @see TestSeeTagIssue class itself
229
     *
230
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue
231
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue class itself
232
     *
233
     * @see TestSeeTagIssue::$property
234
     * @see TestSeeTagIssue::$property own property
235
     *
236
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property
237
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::$property own property
238
     *
239
     * @see TestSeeTagIssue::method()
240
     * @see TestSeeTagIssue::method() own method
241
     *
242
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method()
243
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::method() own method
244
     *
245
     * @see TestSeeTagIssue::CONSTANT
246
     * @see TestSeeTagIssue::CONSTANT own constant
247
     *
248
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT
249
     * @see \phpDocumentor\Descriptor\TestSeeTagIssue::CONSTANT own constant
250
     *
251
     * @see CONSTANT
252
     * @see $property
253
     * @see method()
254
     */
255
    public function method()
256
    {
257
        // body of method
258
    }
259
}
260