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

Sign up
Appearance settings

Commit c77a1fa

Browse files
committed
Additional .gitignore specification. Removing unneeded root level use
statement.
1 parent 2a20fb9 commit c77a1fa

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor/
22
/.project
33
/.buildpath
4+
/.settings/

‎src/V8JsMemoryLimitException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use Exception;
4-
53
final class V8JsMemoryLimitException extends Exception
64
{
75
}

‎src/V8JsScriptException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use Exception;
4-
53
final class V8JsScriptException extends Exception
64
{
75
/**

‎src/V8JsTimeLimitException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use Exception;
4-
53
final class V8JsTimeLimitException extends Exception
64
{
75
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /