Skip to content

Commit e8a8266

Browse files
committed
Remove class, interface and trait from langage-construts.php
1 parent b6cbe1b commit e8a8266

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/language-constructs.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
break;
2020
case;
2121
catch;
22-
class ClassName;
2322
clone;
2423
const;
2524
continue;
@@ -53,7 +52,6 @@ function;
5352
include_once;
5453
instanceof ClassName;
5554
insteadof ClassName;
56-
interface ClassName;
5755
isset();
5856
list();
5957
namespace ClassName;
@@ -68,7 +66,6 @@ interface ClassName;
6866
static;
6967
switch;
7068
throw;
71-
trait ClassName;
7269
try;
7370
unset();
7471
use ClassName;

0 commit comments

Comments
 (0)