Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8aa0f25

Browse filesBrowse files
author
roettigl
committed
MC-5374: Incorporate PHPCompatibility sniffs
1 parent 24607be commit 8aa0f25
Copy full SHA for 8aa0f25

File tree

Expand file treeCollapse file tree

5 files changed

+546
-839
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+546
-839
lines changed

‎Magento2/PhpVersionFinder.php

Copy file name to clipboard
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
/**
3+
* Copyright © Magento. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
namespace Magento2;
7+
8+
use PHP_CodeSniffer\Ruleset;
9+
10+
class PhpVersionFinder
11+
{
12+
public function getPhpVersion($ruleset)
13+
{
14+
xdebug_break();
15+
16+
return '7.0-7.1';
17+
}
18+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.