@@ -55,8 +55,6 @@ protected function renderWoker(Differ $differ): string
5555
5656 /**
5757 * Renderer the table header.
58- *
59- * @return string
6058 */
6159 protected function renderTableHeader (): string
6260 {
@@ -73,8 +71,6 @@ protected function renderTableHeader(): string
7371
7472 /**
7573 * Renderer the table separate block.
76- *
77- * @return string
7874 */
7975 protected function renderTableSeparateBlock (): string
8076 {
@@ -90,8 +86,6 @@ protected function renderTableSeparateBlock(): string
9086 * Renderer the table block.
9187 *
9288 * @param array $change the change
93- *
94- * @return string
9589 */
9690 protected function renderTableBlock (array $ change ): string
9791 {
@@ -112,8 +106,6 @@ protected function renderTableBlock(array $change): string
112106 * Renderer the table block: equal.
113107 *
114108 * @param array $change the change
115- *
116- * @return string
117109 */
118110 protected function renderTableEqual (array $ change ): string
119111 {
@@ -144,8 +136,6 @@ protected function renderTableEqual(array $change): string
144136 * Renderer the table block: insert.
145137 *
146138 * @param array $change the change
147- *
148- * @return string
149139 */
150140 protected function renderTableInsert (array $ change ): string
151141 {
@@ -170,8 +160,6 @@ protected function renderTableInsert(array $change): string
170160 * Renderer the table block: delete.
171161 *
172162 * @param array $change the change
173- *
174- * @return string
175163 */
176164 protected function renderTableDelete (array $ change ): string
177165 {
@@ -196,8 +184,6 @@ protected function renderTableDelete(array $change): string
196184 * Renderer the table block: replace.
197185 *
198186 * @param array $change the change
199- *
200- * @return string
201187 */
202188 protected function renderTableReplace (array $ change ): string
203189 {
0 commit comments