Completed
Push — master ( 3f5572...6ea51d )
by Ingo
8s
created
src/SilverStripe/BehatExtension/Context/FixtureContext.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -555,6 +555,10 @@
 block discarded – undo
555 555
 		return $data;
556 556
 	}
557 557
 
558
+	/**
559
+	 * @param string $class
560
+	 * @param string $identifier
561
+	 */
558 562
 	protected function prepareAsset($class, $identifier, $data = null) {
559 563
 		if(!$data) $data = array();
560 564
 		$relativeTargetPath = (isset($data['Filename'])) ? $data['Filename'] : $identifier;
Please login to merge, or discard this patch.