We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a60ed9 commit b996fd3Copy full SHA for b996fd3
docs/reflection_file.md
@@ -14,6 +14,7 @@ class ReflectionFile
14
public function getFileNamespaces() {}
15
public function getName() {}
16
public function hasFileNamespace($namespaceName) {}
17
+ public function isStrictMode() {}
18
}
19
```
20
@@ -40,5 +41,7 @@ Methods
40
41
42
Checks if requested namespace is present in the file or not. Returns `true` if present.
43
-
44
+- `ReflectionFile::isStrictMode()`
45
+
46
+ Checks if current file has enabled strict mode via `declare(strict_types=1)` for PHP>=7.0
47
[0]: reflection_file_namespace.md
0 commit comments