composer update
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace SebastianBergmann\CodeCoverage\Report;
|
||||
|
||||
use SebastianBergmann\CodeCoverage\CodeCoverage;
|
||||
@@ -91,7 +90,7 @@ final class Clover
|
||||
'crap' => $method['crap'],
|
||||
'type' => 'method',
|
||||
'visibility' => $method['visibility'],
|
||||
'name' => $methodName
|
||||
'name' => $methodName,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -152,7 +151,7 @@ final class Clover
|
||||
}
|
||||
|
||||
$lines[$line] = [
|
||||
'count' => \count($data), 'type' => 'stmt'
|
||||
'count' => \count($data), 'type' => 'stmt',
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user