Skip to content

Commit 35e7263

Browse files
committed
release version 3.0.8
1 parent e6152a9 commit 35e7263

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
Yii Framework 2 apidoc extension Change Log
22
===========================================
33

4-
3.0.8 under development
4+
3.0.8 November 24, 2025
55
-----------------------
66

7+
- Bug #311: Support `nikic/php-parser` v5 (mspirkov)
8+
- Bug #312: Fix `MarkdownHighlightTrait::highlight()` behavior for PHP 8.3 (mspirkov)
79
- Bug #313: Fix deprecation error `Method deprecated, use ::getParameters()` (mspirkov)
810
- Bug #317: Fix `trim` deprecation errors `Passing null to parameter #1 ($string) of type string is deprecated` (mspirkov)
911
- Bug #318: Fix deprecation errors `mb_convert_encoding(): Handling HTML entities via mbstring is deprecated` (mspirkov)
10-
- Bug #312: Fix `MarkdownHighlightTrait::highlight()` behavior for PHP 8.3 (mspirkov)
11-
- Enh #319, #328: Determining types by type hints for properties, methods and params (mspirkov)
12-
- Enh #320: Expand the list of built-in PHP types (mspirkov)
13-
- Bug #311: Support `nikic/php-parser` v5 (mspirkov)
1412
- Bug #324: Raise minimum PHP version to 7.4 (mspirkov)
1513
- Bug #325: Fix deprecation errors `The Default value will become of type Expression by default` (mspirkov)
1614
- Bug #327: Fix deprecation errors `The expression value will become of type Expression by default` (mspirkov)
1715
- Bug #329, #331: Fix getting parameter types from the `@method` annotation (mspirkov)
18-
- Enh #331: Display `mixed` for parameters that do not have PHPDoc annotations or type hints (mspirkov)
1916
- Bug #334: Fix PHPDoc annotations throughout the code (mspirkov)
2017
- Bug #335: Fix deprecation error `Using null as an array offset is deprecated, use an empty string instead` (mspirkov)
18+
- Enh #319, #328: Determining types by type hints for properties, methods and params (mspirkov)
19+
- Enh #320: Expand the list of built-in PHP types (mspirkov)
20+
- Enh #331: Display `mixed` for parameters that do not have PHPDoc annotations or type hints (mspirkov)
2121

2222

2323
3.0.7 February 13, 2025

helpers/EncodingHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @link https://www.yiiframework.com/
54
* @copyright Copyright (c) 2008 Yii Software LLC

helpers/TypeHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @link https://www.yiiframework.com/
54
* @copyright Copyright (c) 2008 Yii Software LLC

models/BaseDoc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
/**
2424
* Base class for API documentation information.
2525
*
26+
* @property-read string|null $packageName
27+
*
2628
* @author Carsten Brandt <mail@cebe.cc>
2729
* @since 2.0
2830
*/

models/ConstDoc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @link https://www.yiiframework.com/
54
* @copyright Copyright (c) 2008 Yii Software LLC

models/ParamDoc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @link https://www.yiiframework.com/
54
* @copyright Copyright (c) 2008 Yii Software LLC

0 commit comments

Comments
 (0)