@@ -11,8 +11,6 @@ class AddressTest extends \PHPUnit\Framework\TestCase
1111{
1212 /**
1313 * Setup the testing environment for this file.
14- *
15- * @return void
1614 */
1715 public static function setUpBeforeClass (): void
1816 {
@@ -23,8 +21,6 @@ public static function setUpBeforeClass(): void
2321
2422 /**
2523 * Cleanup the testing environment once finished.
26- *
27- * @return void
2824 */
2925 public static function tearDownAfterClass (): void
3026 {
@@ -34,8 +30,6 @@ public static function tearDownAfterClass(): void
3430
3531 /**
3632 * Test creating an address.
37- *
38- * @return void
3933 */
4034 public function testCreate ()
4135 {
@@ -52,8 +46,6 @@ public function testCreate()
5246 * Test creating a verified address.
5347 *
5448 * We purposefully pass in slightly incorrect data to get the corrected address back once verified.
55- *
56- * @return void
5749 */
5850 public function testCreateVerify ()
5951 {
@@ -72,8 +64,6 @@ public function testCreateVerify()
7264
7365 /**
7466 * Test creating an address with verify_strict param.
75- *
76- * @return void
7767 */
7868 public function testCreateVerifyStrict ()
7969 {
@@ -93,8 +83,6 @@ public function testCreateVerifyStrict()
9383 * Test creating a verified address using the old array syntax for the `verify` key.
9484 *
9585 * We purposefully pass in slightly incorrect data to get the corrected address back once verified.
96- *
97- * @return void
9886 */
9987 public function testCreateVerifyArray ()
10088 {
@@ -113,8 +101,6 @@ public function testCreateVerifyArray()
113101
114102 /**
115103 * Test retrieving an address.
116- *
117- * @return void
118104 */
119105 public function testRetrieve ()
120106 {
@@ -130,8 +116,6 @@ public function testRetrieve()
130116
131117 /**
132118 * Test retrieving all addresses.
133- *
134- * @return void
135119 */
136120 public function testAll ()
137121 {
@@ -152,8 +136,6 @@ public function testAll()
152136 * Test creating a verified address.
153137 *
154138 * We purposefully pass in slightly incorrect data to get the corrected address back once verified.
155- *
156- * @return void
157139 */
158140 public function testCreateAndVerify ()
159141 {
@@ -170,8 +152,6 @@ public function testCreateAndVerify()
170152
171153 /**
172154 * Test we can verify an already created address.
173- *
174- * @return void
175155 */
176156 public function testVerify ()
177157 {
0 commit comments