File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616 "symfony/monolog-bundle" : " ^2.1|3.*" ,
1717 "doctrine/common" : " ^2.4" ,
1818 "doctrine/doctrine-bundle" : " ^1.0" ,
19- "doctrine/phpcr-odm" : " ^1.1.0-RC1 " ,
20- "doctrine/phpcr-bundle" : " ^1.1.0-beta2 " ,
21- "doctrine/data-fixtures" : " ^1.0.0-alpha3 " ,
19+ "doctrine/phpcr-odm" : " ^1.1" ,
20+ "doctrine/phpcr-bundle" : " ^1.1" ,
21+ "doctrine/data-fixtures" : " ^1.0" ,
2222 "jackalope/jackalope" : " ^1.1.5" ,
2323 "jackalope/jackalope-doctrine-dbal" : " ^1.1.5" ,
24- "friendsofsymfony/jsrouting-bundle" : " ^1.1@dev "
24+ "friendsofsymfony/jsrouting-bundle" : " ^1.1"
2525 },
2626 "autoload" : {
2727 "psr-4" : {
Original file line number Diff line number Diff line change 2020 *
2121 * Very simple, referenceable document.
2222 *
23- * @deprecated This Document is deprecated as of 1.1 and will be removed in
23+ * @deprecated This Document is deprecated as of 1.1 and will be removed in
2424 * 2.0. Move the fixture to your own bundle instead.
2525 *
2626 * @PHPCRODM\Document(referenceable=true)
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function purgeDatabase()
9393
9494 /**
9595 * Loads fixture classes.
96- *
96+ *
9797 * @param string[] $classNames
9898 */
9999 public function loadFixtures (array $ classNames )
@@ -110,7 +110,7 @@ public function loadFixtures(array $classNames)
110110
111111 /**
112112 * Loads a single fixture.
113- *
113+ *
114114 * @param Loader $loader
115115 * @param string $className
116116 */
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ public function registerBundles()
172172 }
173173
174174 /**
175- * Returns the KernelDir of the CHILD class,
175+ * Returns the KernelDir of the CHILD class,
176176 * i.e. the concrete implementation in the bundles
177177 * src/ directory (or wherever).
178178 */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public function startTest(\PHPUnit_Framework_Test $test)
7575 $ purger = new Purger \PHPCRPurger ($ db ->getOm ());
7676 break ;
7777
78- default ;
78+ default :
7979
8080 return ;
8181 }
You can’t perform that action at this time.
0 commit comments