Completed
Push — master ( 50e57a...1d39d2 )
by Florian
03:06
created
StingerSoftEntitySearchBundle.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
  */
18 18
 class StingerSoftEntitySearchBundle extends Bundle {
19 19
 
20
+	/**
21
+	 * @param string $env
22
+	 */
20 23
 	public static function getRequiredBundles($env) {
21 24
 		$bundles = array();
22 25
 		$bundles['StingerSoftEntitySearchBundle'] = '\StingerSoft\EntitySearchBundle\StingerSoftEntitySearchBundle';
Please login to merge, or discard this patch.
Services/Mapping/DocumentToEntityMapperInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 	 * Tries to create a document from the given object
26 26
 	 *
27 27
 	 * @param ObjectManager $manager        	
28
-	 * @param object $object        	
29 28
 	 * @return boolean|Document Returns false if no document could be created
30 29
 	 */
31 30
 	public function getEntity(ObjectManager $manager, Document $document);
Please login to merge, or discard this patch.
Form/FacetType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,9 @@
 block discarded – undo
11 11
  */
12 12
 namespace StingerSoft\EntitySearchBundle\Form;
13 13
 
14
-use StingerSoft\EntitySearchBundle\Model\Query;
15 14
 use StingerSoft\EntitySearchBundle\Model\Result\FacetSet;
16 15
 use StingerSoft\EntitySearchBundle\Model\ResultSet;
17 16
 use Symfony\Component\Form\AbstractType;
18
-use Symfony\Component\Form\ChoiceList\LazyChoiceList;
19 17
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
20 18
 use Symfony\Component\Form\FormBuilderInterface;
21 19
 use Symfony\Component\Form\FormEvent;
Please login to merge, or discard this patch.