We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce8dc2 commit 9d24dd5Copy full SHA for 9d24dd5
meta/attributes/Pure.php
@@ -7,6 +7,7 @@
7
/**
8
* The attribute marks the function that has no impact on the program state or passed parameters used after the function execution.
9
* This means that a function call that resolves to such a function can be safely removed if the execution result is not used in code afterwards.
10
+ * Functions that take a callable which is called should not have this attribute applied.
11
*
12
* @since 8.0
13
*/
0 commit comments