Skip to content

Commit 50dfb72

Browse files
authored
Update PhpAnalysis.php
1 parent 1b09622 commit 50dfb72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PhpAnalysis.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace CjwAnalysis\src;
44

5-
ini_set('memory_limit', '64M');
65
error_reporting(E_ALL);
76

87
class PhpAnalysis extends AnalysisAbstraction
@@ -119,4 +118,4 @@ public function test()
119118
{
120119
include __DIR__ . '/SDK/demo.php';
121120
}
122-
}
121+
}

0 commit comments

Comments
 (0)