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.
2 parents 819667c + 7e83e78 commit ee23753Copy full SHA for ee23753
src/Processors/UserDataProcessor.php
@@ -19,6 +19,10 @@
19
* By default only the 'id' field from the user is attached; pass null or an
20
* empty array as the 'only' option to override this, or configure otherwise as
21
* you see fit.
22
+ *
23
+ * If no user is logged in, the data `['id' => null]` is still attached to the
24
+ * error object, to differentiate a case where no data on the current user is
25
+ * available from a case where it is known that no user is logged in.
26
*/
27
class UserDataProcessor
28
{
0 commit comments