Description
A user brought up an issue with the docs regarding the php sdk. After taking a look I noted that it appears all the sdks exhibit the same issue. In such sections as 'Relations' the code samples appear to be defaulting to JS where there are multiple samples to choose from.
An example of this can be seen in the php guide, the ios guide and the android guide. It looks like the issue stems from shared files in the _includes/common
, where multiple languages may be conditionally displayed with the same documentation, using expressions such as {: .common-lang-block .php }
.
I'm not certain but taking a quick look this appears to be stemming within the javascript which dynamically displays the appropriate code sections. I'm not too familiar with this project but if no one else is sure I can take a look at rectifying this issue myself.