mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
make sure doc is skipped
This commit is contained in:
parent
7badb6347e
commit
442f617031
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Rector\Php80\Tests\Rector\Property\TypedPropertyFromStrictConstructorRector\Fixture;
|
||||
|
||||
class SkipDoc
|
||||
{
|
||||
private $name;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
*/
|
||||
public function __construct($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user