Completed
Push — master ( 4bb4eb...402013 )
by Arthur
03:35
created
src/Mapping/Guess/DoctrineGuesser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
     private $metadataFactory;
21 21
 
22 22
     /**
23
-     * @param ClassMetadataFactory $metadataFactory
24 23
      */
25 24
     public function __construct(ObjectManager $objectManager)
26 25
     {
Please login to merge, or discard this patch.
src/Mapping/Guess/PropertyGuesser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
     /**
30 30
      * @param string       $className
31
-     * @param FieldContext $field
32 31
      * @return string|null
33 32
      */
34 33
     private function getAccessor($className, FieldContext $fieldContext)
Please login to merge, or discard this patch.
src/Mapping/Context/FieldContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function __construct(Field $field, FieldContainer $container, SchemaContainer $schema)
22 22
     {
23
-        $this->field     = $field;
23
+        $this->field = $field;
24 24
         parent::__construct($container, $schema);
25 25
     }
26 26
 
Please login to merge, or discard this patch.