@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @license MIT |
|
| 7 | - * @copyright 2013 - 2015 Cross Solution <http://cross-solution.de> |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @license MIT |
|
| 7 | + * @copyright 2013 - 2015 Cross Solution <http://cross-solution.de> |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** */ |
| 11 | 11 | namespace Organizations\Form\Element; |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | $response->setStatusCode(Response::STATUS_CODE_404); |
| 42 | 42 | return $response; |
| 43 | 43 | } |
| 44 | - $jsonModel=new JsonModel(); |
|
| 44 | + $jsonModel = new JsonModel(); |
|
| 45 | 45 | $jsonModel->setVariables($this->apiJobDehydrator->dehydrateList($jobs)); |
| 46 | 46 | $jsonModel->setJsonpCallback('yawikParseJobs'); |
| 47 | 47 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - * @author [email protected] |
|
| 9 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + * @author [email protected] |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Organizations\Form; |
| 12 | 12 | |
@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @license MIT |
|
| 7 | - * @copyright 2013 - 2015 Cross Solution <http://cross-solution.de> |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @license MIT |
|
| 7 | + * @copyright 2013 - 2015 Cross Solution <http://cross-solution.de> |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** */ |
| 11 | 11 | namespace JobsTest\Factory\Model; |
@@ -51,12 +51,12 @@ discard block |
||
| 51 | 51 | ->willReturn($urlHelper); |
| 52 | 52 | |
| 53 | 53 | $serviceManagerMock = $this->getMockBuilder('\Zend\ServiceManager\ServiceManager') |
| 54 | - ->disableOriginalConstructor() |
|
| 55 | - ->getMock(); |
|
| 54 | + ->disableOriginalConstructor() |
|
| 55 | + ->getMock(); |
|
| 56 | 56 | |
| 57 | 57 | $serviceManagerMock->expects($this->once())->method('get') |
| 58 | - ->with('ViewHelperManager') |
|
| 59 | - ->willReturn($helpers); |
|
| 58 | + ->with('ViewHelperManager') |
|
| 59 | + ->willReturn($helpers); |
|
| 60 | 60 | |
| 61 | 61 | |
| 62 | 62 | $service = $target->createService( $serviceManagerMock); |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | ->willReturn($helpers); |
| 60 | 60 | |
| 61 | 61 | |
| 62 | - $service = $target->createService( $serviceManagerMock); |
|
| 62 | + $service = $target->createService($serviceManagerMock); |
|
| 63 | 63 | |
| 64 | 64 | $this->assertInstanceOf('\Jobs\Model\ApiJobDehydrator', $service); |
| 65 | 65 | $this->assertAttributeSame($urlHelper, 'url', $service); |