Completed
Push — 1.x ( 5ed0e3...c34723 )
by David
9s
created
tests/GraphQLTypeGeneratorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         self::loadSqlFile($conn, __DIR__.'/sql/graphqlunittest.sql');
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $sqlFile
53
+     */
51 54
     protected static function loadSqlFile(Connection $connection, $sqlFile)
52 55
     {
53 56
         $sql = file_get_contents($sqlFile);
Please login to merge, or discard this patch.