File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ interface Driver
3838
3939 /**
4040 * Start collection of code coverage information.
41+ *
42+ * @param bool $determineUnusedAndDead
4143 */
4244 public function start ($ determineUnusedAndDead = true );
4345
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ class HHVM extends Xdebug
1919{
2020 /**
2121 * Start collection of code coverage information.
22+ *
23+ * @param bool $determineUnusedAndDead
2224 */
2325 public function start ($ determineUnusedAndDead = true )
2426 {
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ public function __construct()
3939
4040 /**
4141 * Start collection of code coverage information.
42+ *
43+ * @param bool $determineUnusedAndDead
4244 */
4345 public function start ($ determineUnusedAndDead = true )
4446 {
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ public function __construct()
4545
4646 /**
4747 * Start collection of code coverage information.
48+ *
49+ * @param bool $determineUnusedAndDead
4850 */
4951 public function start ($ determineUnusedAndDead = true )
5052 {
You can’t perform that action at this time.
0 commit comments