File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/blacklist
lib/internal/Magento/Framework/DB/Adapter Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,3 @@ dev/tests/api-functional/testsuite/Magento/Integration/Model/AdminTokenServiceTe
18
18
dev/tests/api-functional/testsuite/Magento/Integration/Model/CustomerTokenServiceTest.php
19
19
app/code/Magento/Developer/Test/Unit/Console/Command/DevTestsRunCommandTest.php
20
20
app/code/Magento/OfflineShipping/Test/Unit/Model/ResourceModel/Carrier/Tablerate/CSV/ColumnResolverTest.php
21
- app/code/Magento/Staging/Test/Unit/Model/Entity/Action/UpdateVersionTest.php
22
- app/code/Magento/Staging/Test/Unit/Model/Operation/DeleteTest.php
23
- app/code/Magento/Staging/Test/Unit/Model/Operation/Update/DefaultTemporaryUpdateProcessorTest.php
Original file line number Diff line number Diff line change 12
12
/**
13
13
* Class GetDbVersion provides sql engine version requesting version variable
14
14
*
15
- * @deprecated First iteration of proper solution which is planning to implement soon
15
+ * Rather then depending on this class, please implement this logic in your extension
16
16
*/
17
17
class SqlVersionProvider
18
18
{
19
- /**
20
- * @deprecated First iteration of proper solution which is planning to implement soon
19
+ /**#@+
20
+ * Database version specific templates
21
21
*/
22
22
public const MYSQL_8_0_VERSION = '8.0. ' ;
23
23
24
- /**
25
- * @deprecated First iteration of proper solution which is planning to implement soon
26
- */
27
24
public const MYSQL_5_7_VERSION = '5.7. ' ;
28
25
29
- /**
30
- * @deprecated First iteration of proper solution which is planning to implement soon
31
- */
32
26
public const MARIA_DB_10_VERSION = '10. ' ;
33
27
28
+ /**#@-*/
29
+
34
30
/**
35
- * @deprecated First iteration of proper solution which is planning to implement soon
31
+ * Database version variable name
36
32
*/
37
33
private const VERSION_VAR_NAME = 'version ' ;
38
34
You can’t perform that action at this time.
0 commit comments