File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414
1515/** 
1616 * @group mysql 
17-  * 
18-  * @psalm-suppress PropertyNotSetInConstructor 
1917 */ 
2018final  class  QueryTest extends  CommonQueryTest
2119{
@@ -88,7 +86,7 @@ public function testLimitOffsetWithExpression(): void
8886        $ db ->close ();
8987    }
9088
91-     public  function  testWithQuery ()
89+     public  function  testWithQuery ():  void 
9290    {
9391        $ db  = $ this  ->getConnection ();
9492        $ serverVersion  = $ db ->getServerInfo ()->getVersion ();
@@ -104,7 +102,7 @@ public function testWithQuery()
104102        parent ::testWithQuery ();
105103    }
106104
107-     public  function  testWithQueryRecursive ()
105+     public  function  testWithQueryRecursive ():  void 
108106    {
109107        $ db  = $ this  ->getConnection ();
110108        $ serverVersion  = $ db ->getServerInfo ()->getVersion ();
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments