mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Split run-on sentence into 2 sentences
This commit is contained in:
@@ -166,8 +166,8 @@ class SomeClient
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
||||
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
|
||||
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
|
||||
that has been set.
|
||||
|
||||
{% highlight php %}
|
||||
|
Reference in New Issue
Block a user