Skip to content

Commit

Permalink
Performing Obadha's suggestion on twitter.php
Browse files Browse the repository at this point in the history
The last commit I made did not pass the QA test. 
So I was asked by Obadha to make the above changes to the twitter.php file 
So as to make it more readable
  • Loading branch information
Jenniline authored Mar 2, 2020
1 parent 65f67c3 commit 7f1ea38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App/DataSource/Twitter/Twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public function getOptions()
{
return [
'intro_step1' => [
'label' => 'Step 1: Create a new Twitter application. Twitter applications may take some time to be approved by Twitter. Please be aware of this if you need this data quickly.',
'label' => 'Step 1: Create a new Twitter application.
Twitter applications may take some time to be approved by Twitter.
Please be aware of this if you need this data quickly.',
'input' => 'read-only-text',
'description' => function () {

Expand Down

0 comments on commit 7f1ea38

Please sign in to comment.