Completed
Pull Request — master (#5626)
by Gary
09:09
created
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1238Test.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         return $this->name;
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $name
95
+     */
93 96
     public function setName($name)
94 97
     {
95 98
         $this->name = $name;
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Shitty\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Shitty\Common\Collections\ArrayCollection;
6
-use Shitty\Tests\Models\CMS\CmsEmployee;
7
-
8 5
 /**
9 6
  * @group DDC-1238
10 7
  */
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1250Test.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Shitty\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Shitty\Common\Collections\ArrayCollection;
6
-use Shitty\Tests\Models\CMS\CmsEmployee;
7
-
8 5
 /**
9 6
  * @group DDC-1250
10 7
  */
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1335Test.php 2 patches
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -173,6 +173,10 @@  discard block
 block discarded – undo
173 173
      */
174 174
     public $phones;
175 175
 
176
+    /**
177
+     * @param string $email
178
+     * @param string $name
179
+     */
176 180
     public function __construct($email, $name, array $numbers = array())
177 181
     {
178 182
         $this->name   = $name;
@@ -208,6 +212,9 @@  discard block
 block discarded – undo
208 212
      */
209 213
     public $user;
210 214
 
215
+    /**
216
+     * @param DDC1335User $user
217
+     */
211 218
     public function __construct($user, $number)
212 219
     {
213 220
         $this->user     = $user;
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use DateTime;
6
-
7 5
 class DDC698Test extends \Doctrine\Tests\OrmFunctionalTestCase
8 6
 {
9 7
     protected function setUp()
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1383Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 namespace Shitty\Tests\ORM\Functional\Ticket;
4
-use Shitty\ORM\UnitOfWork;
5 4
 
6 5
 /**
7 6
  * @group DDC-1383
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1392Test.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -89,6 +89,7 @@
 block discarded – undo
89 89
 
90 90
     /**
91 91
      * Set file
92
+     * @param DDC1392File $value
92 93
      */
93 94
     public function setFile($value = null)
94 95
     {
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1400Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Shitty\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Shitty\ORM\UnitOfWork;
6
-
7 5
 /**
8 6
  * @group DDC-1400
9 7
  */
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1430Test.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -170,6 +170,9 @@
 block discarded – undo
170 170
         return $this->id;
171 171
     }
172 172
 
173
+    /**
174
+     * @param string $status
175
+     */
173 176
     public function __construct($status)
174 177
     {
175 178
         $this->status   = $status;
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1436Test.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@
 block discarded – undo
81 81
         return $this->parent;
82 82
     }
83 83
 
84
+    /**
85
+     * @param null|DDC1436Page $parent
86
+     */
84 87
     public function setParent($parent)
85 88
     {
86 89
         $this->parent = $parent;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 namespace Shitty\Tests\ORM\Functional\Ticket;
4
-use Shitty\ORM\UnitOfWork;
5 4
 
6 5
 /**
7 6
  * @group DDC-1436
Please login to merge, or discard this patch.
tests/Shitty/Tests/ORM/Functional/Ticket/DDC1452Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Shitty\Tests\ORM\Functional\Ticket;
4 4
 
5 5
 use Shitty\Common\Collections\ArrayCollection;
6
-use Shitty\ORM\UnitOfWork;
7 6
 
8 7
 /**
9 8
  * @group DDC-1452
Please login to merge, or discard this patch.