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
1818dev/tests/api-functional/testsuite/Magento/Integration/Model/CustomerTokenServiceTest.php
1919app/code/Magento/Developer/Test/Unit/Console/Command/DevTestsRunCommandTest.php
2020app/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 1212/**
1313 * Class GetDbVersion provides sql engine version requesting version variable
1414 *
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
1616 */
1717class SqlVersionProvider
1818{
19- /**
20- * @deprecated First iteration of proper solution which is planning to implement soon
19+ /**#@+
20+ * Database version specific templates
2121 */
2222 public const MYSQL_8_0_VERSION = '8.0. ' ;
2323
24- /**
25- * @deprecated First iteration of proper solution which is planning to implement soon
26- */
2724 public const MYSQL_5_7_VERSION = '5.7. ' ;
2825
29- /**
30- * @deprecated First iteration of proper solution which is planning to implement soon
31- */
3226 public const MARIA_DB_10_VERSION = '10. ' ;
3327
28+ /**#@-*/
29+
3430 /**
35- * @deprecated First iteration of proper solution which is planning to implement soon
31+ * Database version variable name
3632 */
3733 private const VERSION_VAR_NAME = 'version ' ;
3834
You can’t perform that action at this time.
0 commit comments