File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8888 <code ><![CDATA[ $this->service === null]]> </code >
8989 </DocblockTypeContradiction >
9090 <InvalidPropertyAssignmentValue >
91- <code ><![CDATA[ $this->default_location]]> </code >
9291 <code ><![CDATA[ new Cache(
9392 $cache,
9493 $this->config('cache_tags'),
110109 <code ><![CDATA[ $this->config('cache_tags')]]> </code >
111110 <code ><![CDATA[ $this->config('default_location', [])]]> </code >
112111 </MixedArgument >
112+ <MixedArgumentTypeCoercion >
113+ <code ><![CDATA[ $this->default_location]]> </code >
114+ </MixedArgumentTypeCoercion >
113115 <MixedAssignment >
114116 <code ><![CDATA[ $class]]> </code >
115117 <code ><![CDATA[ $config]]> </code >
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class GeoIP
2323
2424 /**
2525 * Remote Machine IP address.
26+ * @deprecated Use {@see self::getClientIP()} instead.
2627 *
2728 * @var string
2829 */
You can’t perform that action at this time.
0 commit comments