Browse Source

fixed linter errors

hendrikbl 5 năm trước cách đây
mục cha
commit
dcf8c06828
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/Extracting/DatabaseTransactionHelpers.php

+ 0 - 4
src/Extracting/DatabaseTransactionHelpers.php

@@ -7,8 +7,6 @@ use Exception;
 trait DatabaseTransactionHelpers
 {
     /**
-     * @param string $connection
-     *
      * @return void
      */
     private function startDbTransaction()
@@ -24,8 +22,6 @@ trait DatabaseTransactionHelpers
     }
 
     /**
-     * @param string $connection
-     *
      * @return void
      */
     private function endDbTransaction()