mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 22:46:39 +02:00
Split run-on sentence into 2 sentences
This commit is contained in:
@@ -166,8 +166,8 @@ class SomeClient
|
|||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
The calling client class above has a private property which must be set at runtime and be of type 'OutputInterface'
|
The calling client class above has a private property which must be set at runtime and be of type 'OutputInterface'.
|
||||||
once this property is set a call to loadOutput() will call the load() method in the concrete class of the output type
|
Once this property is set a call to loadOutput() will call the load() method in the concrete class of the output type
|
||||||
that has been set.
|
that has been set.
|
||||||
|
|
||||||
{% highlight php %}
|
{% highlight php %}
|
||||||
|
Reference in New Issue
Block a user