Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Fixed "fabbot" syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Aug 18, 2015
1 parent 4dcf0a1 commit 04231f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manipulator/RoutingManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function addResource($bundle, $format, $prefix = '/', $path = 'routing')
}

/**
* Check if the routing file contain a line for the bundle
* Check if the routing file contain a line for the bundle.
*
* @param string $bundle
*
Expand All @@ -105,7 +105,7 @@ public function hasResourceInAnnotation($bundle)
}

/**
* Add an annotation controller resource
* Add an annotation controller resource.
*
* @param string $bundle
* @param string $controller
Expand Down
1 change: 1 addition & 0 deletions Tests/Manipulator/RoutingManipulatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

namespace Sensio\Bundle\GeneratorBundle\Tests\Generator;

namespace Sensio\Bundle\GeneratorBundle\Tests\Manipulator;

use Sensio\Bundle\GeneratorBundle\Manipulator\RoutingManipulator;
Expand Down

0 comments on commit 04231f9

Please sign in to comment.