Skip to content

Commit 274ecb2

Browse files
committed
refactors
1 parent 2a1bea3 commit 274ecb2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "phpversions/phparse",
3-
"version": "0.2.1",
43
"require-dev": {
54
"php-vcr/php-vcr": "~1.2",
65
"crysalead/kahlan": "~1.2",

src/Parser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ class Parser
1111
{
1212
protected $xpath;
1313

14-
/** @var string */
15-
private $html;
16-
1714
public static function readFromUrl($url)
1815
{
1916
$html = file_get_contents($url);

test-info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
echo phpinfo();
3+
phpinfo();

0 commit comments

Comments
 (0)