This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Commit 7608725
committed
add some missing null types in phpdoc
- In ServiceBusRestProxy/IServiceBus, fix phpdoc @return : receiveMessage() receiveQueueMessage() and receiveSubscriptionMessage() can return null
- In BrokerProperties, by default, when initiate an instance of the class, all properties are unset, so they are null. Fixing Phpdoc for properties, getters and setters
- In BrokeredMessage, also some phpdoc type fixes1 parent e80e1a2 commit 7608725
File tree
4 files changed
+85
-85
lines changed- src/ServiceBus
- Internal
- Models
4 files changed
+85
-85
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments