Skip to content

Commit ebea4fb

Browse files
committed
Remove "since" PHPDoc tag from non-API elements.
1 parent 2f505db commit ebea4fb

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

src/CurlPromise.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* @license http://opensource.org/licenses/MIT MIT
1717
*
1818
* @author Михаил Красильников <[email protected]>
19-
*
20-
* @since 1.0
2119
*/
2220
class CurlPromise implements Promise
2321
{

src/MultiRunner.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* @license http://opensource.org/licenses/MIT MIT
1010
*
1111
* @author Михаил Красильников <[email protected]>
12-
*
13-
* @since 1.0
1412
*/
1513
class MultiRunner
1614
{

src/PromiseCore.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* @license http://opensource.org/licenses/MIT MIT
1313
*
1414
* @author Михаил Красильников <[email protected]>
15-
*
16-
* @since 1.0
1715
*/
1816
class PromiseCore
1917
{

src/ResponseParser.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
* @license http://opensource.org/licenses/MIT MIT
1313
*
1414
* @author Михаил Красильников <[email protected]>
15-
*
16-
* @since 1.0
17-
*/
15+
*/
1816
class ResponseParser
1917
{
2018
/**

0 commit comments

Comments
 (0)