fix code indenting
This commit is contained in:
parent
067c4f6809
commit
481f2c7310
|
|
@ -1,8 +1,7 @@
|
|||
# 
|
||||
|
||||
Master
|
||||
Master:
|
||||
[](https://packagist.org/packages/phpoffice/phpword)
|
||||
|
||||
[](https://travis-ci.org/PHPOffice/PHPWord)
|
||||
[](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/)
|
||||
[](https://coveralls.io/github/PHPOffice/PHPWord?branch=master)
|
||||
|
|
@ -10,9 +9,8 @@ Master
|
|||
[](https://packagist.org/packages/phpoffice/phpword)
|
||||
[](https://gitter.im/PHPOffice/PHPWord)
|
||||
|
||||
Develop
|
||||
Develop:
|
||||
[](https://packagist.org/packages/phpoffice/phpword#dev-master)
|
||||
|
||||
[](https://travis-ci.org/PHPOffice/PHPWord/branches)
|
||||
[](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/?branch=develop)
|
||||
[](https://coveralls.io/github/PHPOffice/PHPWord?branch=develop)
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ final class TemplateProcessorTest extends \PHPUnit\Framework\TestCase
|
|||
}
|
||||
|
||||
/**
|
||||
* @expectedException Exception
|
||||
* @expectedException \Exception
|
||||
* @test
|
||||
*/
|
||||
public function testCloneNotExistingRowShouldThrowException()
|
||||
|
|
@ -243,7 +243,7 @@ final class TemplateProcessorTest extends \PHPUnit\Framework\TestCase
|
|||
$this->assertEquals(
|
||||
array('tableHeader', 'userId', 'userLocation'),
|
||||
$templateProcessor->getVariables()
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue