Completed
Push — EZP-26835-load-translation-pac... ( f96c61 )
by Nicolas
15:15
created
eZ/Publish/SPI/Tests/FieldType/IntegerIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ISBNIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/MapLocationIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/MediaIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/RatingIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/RelationIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/RelationListIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/RichTextIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/SelectionIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.